From 9dbdfd27a7e60c4759f8bb68896de6cdcb99b447 Mon Sep 17 00:00:00 2001 From: Wassim Jabi Date: Mon, 27 Dec 2021 13:46:04 +0000 Subject: [PATCH] Fixed more errors --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db12dfe..9825a7e 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ At the end of this process, libTopologicCore.so should exist in /usr/local/lib *For Fedora (Untested. Suggested at OSArch.org)* ``` +cd ~/topologicbim git clone https://github.com/NonManifoldTopology/Topologic.git cd Topologic mkdir build @@ -170,7 +171,7 @@ conda install pybind11 -c conda-forge * Issue the normal CMake build command from the build folder ``` -cd *homefolder*/topologicbim/Topologic/Python-Bindings +cd ~/topologicbim/Topologic/Python-Bindings mkdir build cd build cmake -Ax64 -DCMAKE_BUILD_TYPE=Release ..