diff --git a/INSTALL b/INSTALL index 6cdf27140..3baaddc4a 100644 --- a/INSTALL +++ b/INSTALL @@ -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