From 43a26f1c8386de9422d6ee5a4b47a2f1f2ef1cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 10 Sep 2024 13:12:29 +0200 Subject: [PATCH] Updated docs to include recursive cloning --- Doc/compiling.docu | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Doc/compiling.docu b/Doc/compiling.docu index f84dcafa..eae87d68 100644 --- a/Doc/compiling.docu +++ b/Doc/compiling.docu @@ -35,6 +35,12 @@ Install the following external libraries / frameworks if you want to use the inc Qt5https://www.qt.io/download
+\section download_source Getting the source code +You can download one of the source packages provided at our website: OpenMesh.org
+
+Or to get the latest version you can clone the repository using git. Make sure to clone recursively to get all required dependencies:
+git clone --recursive https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/OpenMesh.git + \section build_systems Chosing build system %OpenMesh can be built using the cmake build system.