Skip to content

Commit

Permalink
Fixed more errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wassimj authored Dec 27, 2021
1 parent 51df38d commit 9dbdfd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ..
Expand Down

0 comments on commit 9dbdfd2

Please sign in to comment.