From b1b60005b12091de40c00958089081622270d33a Mon Sep 17 00:00:00 2001
From: Guillaume Damiand <guillaume.damiand@cnrs.fr>
Date: Thu, 21 Jul 2022 07:03:28 +0000
Subject: [PATCH] Update README.md

---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4ff0018..434717a 100644
--- a/README.md
+++ b/README.md
@@ -13,9 +13,15 @@ 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]()
+   * [Assimp](https://github.com/assimp/assimp)
    * [TetGen](https://wias-berlin.de/software/index.jsp?id=TetGen&lang=1)
 
+On Ubuntu 22.04, the following versions of these libraries are used:
+   * Boost 1.74
+   * Qt5 5.15
+   * Assimp 5.2
+   * TetGen 1.5
+
 # 2. List of commands for Ubuntu 22.04
 
 If you want to use docker:
-- 
GitLab