Bläddra i källkod

Merge branch 'master' of https://github.com/libigl/libigl

Former-commit-id: 4ef0d6c2cca784a6663fb4d31fb09187c9d5bba0
Alec Jacobson 10 år sedan
förälder
incheckning
f55b846b2b
1 ändrade filer med 1 tillägg och 1 borttagningar
  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