X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=INSTALL;h=92a616ebf0152e581e15ae504ad5e51e9ff04173;hb=d9ec4134c6d3a1c444199ba894bf5e9c084185f3;hp=0958de9c169b15b5db59cef70b33fecd4bc058d2;hpb=cd9c37dbcfdfd7ae8c9040ef913bd26227615f6f;p=supertux.git diff --git a/INSTALL b/INSTALL index 0958de9c1..92a616ebf 100644 --- a/INSTALL +++ b/INSTALL @@ -87,14 +87,14 @@ INSTALLING UNDER LINUX/UNIX USING CMAKE SuperTux, install those first, then try running CMake again. See below for instructions on how to change to standard options. - 2. Type `make' to start the build process. + 4. Type `make' to start the build process. - 3. Type `make install' to install the programs and any data files and + 5. Type `make install' to install the programs and any data files and documentation. (You should be a root user on Linux systems. You can become a root user with the `su' command or by using `sudo make install') - 4. The game should work now and you can remove the source directory. + 6. The game should work now and you can remove the source directory. You can customize the build process by setting additional options for CMake. The easiest way to do this is to use run `ccmake ..' instead of `cmake ..' @@ -111,7 +111,7 @@ INSTALLING UNDER LINUX/UNIX USING CMAKE Generates Makefiles that print all commands prior to executing them. -Dxxx_LIBRARY=/path/to/library.so -Dxxx_INCLUDE_DIR=/path/to/headerfiles Manually specify the installation directory of a library. - -DDEBUG=ON + -DCMAKE_BUILD_TYPE=DEBUG Enables debug mode and compiles extra debug symbols into the SuperTux executable. This is useful when sending in bug reports to the developers.