浏览代码

better doc on static

Former-commit-id: 534f90af9060173cb58ad31f935b4e624b4144b1
Alec Jacobson 10 年之前
父节点
当前提交
c653f57b89
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      optional/README.md

+ 3 - 2
optional/README.md

@@ -18,6 +18,7 @@ To build the entire libigl library producing at least `libigl/lib/libigl.a` and
 possible other (automatically detected) extras, e.g. `libigl/lib/libiglcgal.a`
 from _this current directory_: issue:
 
+    mkdir -p ../lib
     cd ../lib
     cmake -DCMAKE_BUILD_TYPE=Release ..
     make
@@ -25,8 +26,8 @@ from _this current directory_: issue:
 #### Examples ####
 You can make a slew of examples by issuing:
 
-    cd build
-    make examples
+    cd ../examples
+    make
 
 #### External ####