From 82e08d2a92bb52cf85726c1c52906963e85dccde Mon Sep 17 00:00:00 2001 From: devnoname120 Date: Mon, 18 Mar 2019 14:27:29 +0100 Subject: [PATCH] INSTALL: Out of source build and improve Windows --- INSTALL | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 357918d6b..41de8c3ec 100644 --- a/INSTALL +++ b/INSTALL @@ -35,13 +35,16 @@ http://www.cmake.org/. For Unix: -1. cmake CMakeLists.txt -G 'Unix Makefiles' -2. make +1. mkdir build && cd build +2. cmake .. -G 'Unix Makefiles' +2. make -j4 For Windows: 1. Open a command prompt -2. cmake CMakeLists.txt -2. Open your default IDE and build it +2. mkdir build +2. cd build +2. cmake .. +2. 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