X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=INSTALL;h=dcce1861381f66b004abdf490aa1bc2dd0b45ce1;hb=56eed4dadcfee473358e77c708af4a021aec2932;hp=ba366e41f10d843d72587d97043dee1baafd0139;hpb=000d4ff48c53020362d8bf233d4f3d7055a85e66;p=supertux.git diff --git a/INSTALL b/INSTALL index ba366e41f..dcce18613 100644 --- a/INSTALL +++ b/INSTALL @@ -87,18 +87,18 @@ 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 ..' - to bring up the curses-based user interface of CMake. Select and option using the + to bring up the curses-based user interface of CMake. Select an option using the arrow keys, change the selected option by pressing the Enter key, then hit the `c' (repeatedly, if necessary) to apply your changes and bring up new options resulting from your newly set ones. When you are done, press