Advertisement
Guest User

extremtuxracerreadme

a guest
Jun 4th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. Basic Installation
  2. ==================
  3. Note: These instructions are not guaranteed to be perfect, and do not cover all systems.
  4. If you have to do things differently to get Extreme Tux Racer to compile, please let us
  5. know by adding the information to the wiki.
  6. Thanks!
  7.  
  8. == Dependencies ==
  9. Debian/Ubuntu
  10. Note: This probably also applies for other Debian-based systems.
  11.  
  12. Make sure you have the following packages installed:
  13.  
  14. * build-essential
  15. * libsdl1.2-dev
  16. * libsdl-mixer1.2-dev
  17. * tcl8.4-dev
  18.  
  19. You may also need:
  20. * libfreetype6-dev
  21. * xlibs-dev
  22.  
  23. Fedora
  24. * libXi-devel
  25. * libXmu-devel
  26. * mesa-libGL-devel
  27. * SDL-devel
  28. * SDL_mixer-devel
  29. * gcc-c++
  30. * libpng-devel
  31. * tcl-devel
  32. * freetype-devel
  33.  
  34. OpenSuSE
  35. * Mesa-devel
  36. * SDL-devel
  37. * SDL_mixer-devel
  38. * gcc-c++
  39. * libpng-devel
  40. * tcl-devel
  41.  
  42. Other systems
  43. You will need the packages equivalent to the above for your system. If
  44. you can tell us what they are and how to install them on your system,
  45. we'll try to include that information in the next release and on the
  46. wiki.
  47.  
  48. == Configuring and Building ==
  49. 1. `cd' to the directory containing the package's source code (probably
  50. this directory) and type `./configure' to configure the package for
  51. your system.
  52.  
  53. Running `configure' takes a while. While running, it prints some
  54. messages telling which features it is checking for.
  55.  
  56. 2. If 'configure' ends saying "configure complete, now type 'make' and
  57. pray", then type `make' to compile the package. If not, you may
  58. need to install additional dependencies.
  59.  
  60. 3. Optionally, type `make check' to run any self-tests that come with
  61. the package.
  62.  
  63. 4. Type `make install' to install the programs and any data files and
  64. documentation. You will need to do this as root (or using sudo).
  65.  
  66. 5. You can remove the program binaries and object files from the
  67. source code directory by typing `make clean'. To also remove the
  68. files that `configure' created (so you can compile the package for
  69. a different kind of computer), type `make distclean'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement