浏览代码

python build instructions.

Former-commit-id: 0b1d6dc762ccb4e2bbac258118cb5f9593ba5d09
Brandon Liu 9 年之前
父节点
当前提交
ef33d99370
共有 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