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.