From 90940a018de90b9df3e207f2a6d33d89181a4e42 Mon Sep 17 00:00:00 2001 From: Christoph Lechner Date: Tue, 30 Jul 2024 13:13:02 +0200 Subject: [PATCH] add link to Ubuntu installation tutorial --- manual/INSTALLATION.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manual/INSTALLATION.md b/manual/INSTALLATION.md index 480ea06..6f5f52c 100644 --- a/manual/INSTALLATION.md +++ b/manual/INSTALLATION.md @@ -79,6 +79,8 @@ cmake --build build ``` ### Unix +(For detailed instructions for Ubuntu 22.04LTS including a list of required packages, see [here](build_notes/ubuntu_22.04/).) + Genesis supports now the automatic configuration with CMAKE. Following commands will build Genesis from source on Linux platforms. The minimal command to compile the code from the source code root directory is: ```