Merge pull request #682 from DaveJarvis/patch-1

Unix build instructions
pull/690/head
Kim Kulling 2015-11-02 21:05:55 +01:00
commit 50b98faae6
1 changed files with 3 additions and 9 deletions

12
INSTALL
View File

@ -33,13 +33,7 @@ CMake is the preferred build system for Assimp. The minimum required version
is 2.6. If you don't have it yet, downloads for CMake can be found on is 2.6. If you don't have it yet, downloads for CMake can be found on
http://www.cmake.org/. http://www.cmake.org/.
Building Assimp with CMake is 'business as usual' if you've used CMake For Unix:
before. All steps can be done either on the command line / shell or
by using the CMake GUI tool, the choice is up to you.
First, invoke CMake to generate build files for a particular
toolchain (for standard GNU makefiles: cmake -G 'Unix Makefiles').
Afterwards, use the generated build files to perform the actual
build.
1. cmake -G 'Unix Makefiles'
2. make