From 97d1000801c636a23b65b23beb1110d482a3301f Mon Sep 17 00:00:00 2001 From: Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> Date: Wed, 18 May 2022 11:28:55 +0200 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3617854..4ff0018 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Let us denote by SRC_DIR the root directory of the gitlab repository. (cgal master, May 17th 2022) * [Boost](https://www.boost.org/), with components system and filesystem * [Qt5](https://www.qt.io/) + * [Assimp]() * [TetGen](https://wias-berlin.de/software/index.jsp?id=TetGen&lang=1) # 2. List of commands for Ubuntu 22.04 @@ -29,7 +30,7 @@ Installation commands: * apt-get install g++ cmake git * apt-get install libqt5opengl5-dev libqt5svg5-dev qtbase5-dev qtscript5-dev * apt-get install libboost-dev libboost-program-options-dev libboost-system-dev libboost-thread-dev - * apt-get install libgmp-dev libmpfr-dev zlib1g-dev libtet1.5-dev + * apt-get install libgmp-dev libmpfr-dev zlib1g-dev libtet1.5-dev libassimp-dev * cd * git clone https://github.com/CGAL/cgal.git * cd cgal -- GitLab