Răsfoiți Sursa

Merge pull request #237 from bdon/master

python build instructions.

Former-commit-id: 084b4327384d75e6f7706a0c8a33e4147ff0538d
Daniele Panozzo 9 ani în urmă
părinte
comite
40f8aa9c86
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      python/README.md

+ 1 - 1
python/README.md

@@ -25,7 +25,7 @@ that your terminal is pointing to the root of libigl:
 ```bash
 ```bash
 cd python
 cd python
 mkdir build
 mkdir build
-cd build; make; cd ..
+cd build; cmake ..; make; cd ..
 ```
 ```
 
 
 The cmake script will complain if it is not able to find python. In that case
 The cmake script will complain if it is not able to find python. In that case