Преглед изворни кода

INSTALL: Out of source build and improve Windows

devnoname120 пре 6 година
родитељ
комит
82e08d2a92
1 измењених фајлова са 7 додато и 4 уклоњено
  1. 7 4
      INSTALL

+ 7 - 4
INSTALL

@@ -35,13 +35,16 @@ http://www.cmake.org/.
 
 
 For Unix:
 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:
 For Windows:
 1. Open a command prompt
 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:
 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
 Just check the following project, which deploys a compiler toolchain for different iOS-versions: https://github.com/assimp/assimp/tree/master/port/iOS