浏览代码

INSTALL: update bullet point numbers

devnoname120 6 年之前
父节点
当前提交
cd9c256de5
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      INSTALL

+ 4 - 4
INSTALL

@@ -37,14 +37,14 @@ For Unix:
 
 1. mkdir build && cd build
 2. cmake .. -G 'Unix Makefiles'
-2. make -j4
+3. make -j4
 
 For Windows:
 1. Open a command prompt
 2. mkdir build
-2. cd build
-2. cmake ..
-2. cmake --build .
+3. cd build
+4. cmake ..
+5. cmake --build .
 
 For iOS:
 Just check the following project, which deploys a compiler toolchain for different iOS-versions: https://github.com/assimp/assimp/tree/master/port/iOS