Update INSTALL

Add missing win32-build info and fix one missing statement for unix-build.
pull/690/head
Kim Kulling 2015-11-03 10:51:13 +01:00
parent 2997d4308f
commit 54c77e78b3
1 changed files with 6 additions and 1 deletions

View File

@ -35,5 +35,10 @@ http://www.cmake.org/.
For Unix:
1. cmake -G 'Unix Makefiles'
1. cmake CMakeLists.txt -G 'Unix Makefiles'
2. make
For Windows:
1. Open a command prompt
2. cmake CMakeLists.txt
2. Open your default IDE and build it