python build instructions.

This commit is contained in:
Brandon Liu
2016-03-31 13:36:37 +08:00
parent 76f2a7ad72
commit 0b1d6dc762
+1 -1
View File
@@ -25,7 +25,7 @@ that your terminal is pointing to the root of libigl:
```bash
cd python
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