X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=INSTALL;h=0958de9c169b15b5db59cef70b33fecd4bc058d2;hb=472d0ad804844d28811c86f03da74b6d6be53f1b;hp=40ee4583181dfb88299c32672f0db87e3d699a6e;hpb=fc44b02949ad4dbf3eaefb9536601a031962319c;p=supertux.git diff --git a/INSTALL b/INSTALL index 40ee45831..0958de9c1 100644 --- a/INSTALL +++ b/INSTALL @@ -73,9 +73,6 @@ REQUIREMENTS INSTALLING UNDER LINUX/UNIX USING CMAKE --------------------------------------- - This section details how to build SuperTux using CMake. If you want to use - perforce jam to build SuperTux, please skip to the appropriate section. - SuperTux uses CMake to generate a set of Makefiles for the build process. To generate these Makefiles and build SuperTux, perform the following steps: @@ -101,7 +98,7 @@ INSTALLING UNDER LINUX/UNIX USING CMAKE 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