소스 검색

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

Former-commit-id: 4bacc91b1889826fc646ec6621da0f7690572a79
Olga Diamanti 10 년 전
부모
커밋
957bc42acf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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