INSTALL 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. Installing Flexlay
  2. ==================
  3. Requirements:
  4. =============
  5. To compile Flexlay you need a recent ClanLib 0.7, quite often the
  6. latest not-yet-released development version from the subversion tree,
  7. available at:
  8. * http://www.clanlib.org
  9. And you need scons (a make replacement) available at:
  10. * http://www.scons.org
  11. In addition to that Ruby, available at:
  12. * http://www.ruby-lang.org
  13. And for the games you need a recent copy of them, most often latest
  14. development version of them is required.
  15. Compilation:
  16. ============
  17. Just type:
  18. $ scons
  19. and it should build everything automatically if the prerequirements
  20. are meet.
  21. Running:
  22. ========
  23. The directories supertux/, netpanzer/, paint/, pingus/ and windstille/
  24. contain the editors for the games, just run the executable scripts in
  25. there. You might need to adjust the path to the game data, which is
  26. currently hardcoded in the scripts.
  27. Installing:
  28. ===========
  29. Currently not supported, run directly from the source directory.
  30. Notes:
  31. ======
  32. Flexlay is still a moving target, so most often you are better of
  33. using the latest development version instead of a tarball release.
  34. Latest version is available via subversion at:
  35. svn checkout svn://svn.berlios.de/flexlay/trunk/
  36. # EOF #