From cd9c256de58f1de6b8b87872c17f58af3494fa62 Mon Sep 17 00:00:00 2001 From: devnoname120 Date: Mon, 18 Mar 2019 14:28:27 +0100 Subject: [PATCH] INSTALL: update bullet point numbers --- INSTALL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 41de8c3ec..350a5f109 100644 --- a/INSTALL +++ b/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