Browse Source

Update INSTALL

Add missing win32-build info and fix one missing statement for unix-build.
Kim Kulling 9 years ago
parent
commit
54c77e78b3
1 changed files with 6 additions and 1 deletions
  1. 6 1
      INSTALL

+ 6 - 1
INSTALL

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