INSTALL 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. To build The Ur-Quan Masters, you need at least the following software:
  2. For Linux version:
  3. GCC - GNU C Compiler
  4. http://gcc.gnu.org/
  5. Debian package: gcc
  6. GNU Make
  7. ftp://ftp.gnu.org/
  8. Debian package: make
  9. For Windows version:
  10. Microsoft Visual C++ 6 or 7
  11. Additionally, The Ur-Quan Masters requires the following libraries:
  12. Note that dependancies can differ between different OS's.
  13. OpenGL v1.2 (if HAVE_OPENGL is defined, which is the default)
  14. Win32 users should have all by default, following is for Linux version:
  15. http://www.xfree86.org/
  16. Debian package: xlibmesa-dev OR nvidia-glx OR <vendor specific>
  17. XFree86 4.x comes with Mesa, which is a clone.
  18. Note: Mesa is a software emulation. For enjoyable results
  19. you will need hardware accelerated OpenGL (GLX).
  20. These usually conflict with mesa (can result in X server crash).
  21. SDL v1.2
  22. The Simple Direct-Media Layer
  23. A fairly good multiplatform low level graphics library.
  24. Homepage: www.libsdl.org
  25. Download: http://www.libsdl.org/download-1.2.php
  26. Debian package: libsdl1.2-dev (and various runtime debs)
  27. SDL_image
  28. An image loading library used with SDL.
  29. Homepage: http://www.libsdl.org/projects/SDL_image/
  30. Download: http://www.libsdl.org/projects/SDL_image/release/
  31. Debian packages: libsdl-image1.2 libsdl-image1.2-dev
  32. SDL_mixer (Linux only)
  33. A simple audio mixer library used with SDL.
  34. Homepage: http://www.libsdl.org/projects/SDL_mixer/
  35. Download: http://www.libsdl.org/projects/SDL_mixer/
  36. Until version 1.2.5 is officially released, you'll have to
  37. compile this directly from CVS (with ogg support):
  38. cvs -z3 -d:pserver:guest@libsdl.org:/home/sdlweb/libsdl.org/cvs co SDL_mixer
  39. Debian packages: libsdl-mixer1.2 libsdl-mixer1.2-dev
  40. OpenAL (Win32 only)
  41. A cross-platform spatialized audio library.
  42. Homepage: http://www.openal.org/
  43. SDK download: ftp://opensource.creative.com/pub/sdk/OpenALSDK.exe
  44. Ogg Vorbis
  45. Audio codec used for music and speech.
  46. Homepage: http://www.xiph.org/ogg/vorbis/index.html
  47. Download:
  48. For Windows:
  49. SDK download: http://www.vorbis.com/files/1.0/windows/OggVorbis-win32sdk-1.0.zip
  50. For Linux:
  51. http://www.vorbis.com/download_unix.psp
  52. download libogg and libvorbis.
  53. If you find these aren't enough, or if you know the names
  54. of the corresponding RPM etc. packages, please report to
  55. <sc2-devel@lists.sourceforge.net> or visit
  56. http://sourceforge.net/projects/sc2