Эх сурвалжийг харах

better doc on static

Former-commit-id: 534f90af9060173cb58ad31f935b4e624b4144b1
Alec Jacobson 10 жил өмнө
parent
commit
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 ####