/deployment/install.txt

http://irrlamb.googlecode.com/ · Plain Text · 32 lines · 19 code · 13 blank · 0 comment · 0 complexity · ce75d4260a53feef66dc9fff7c0d69bf MD5 · raw file

  1. * Requirements *
  2. In linux, you will need the following development libraries:
  3. Irrlicht
  4. Lua
  5. SQLite
  6. http://irrlicht.sourceforge.net/
  7. http://www.lua.org/
  8. http://www.sqlite.org/
  9. The command
  10. glxinfo | grep rendering
  11. needs to output
  12. direct rendering: Yes
  13. You will also need SCons to build the game.
  14. http://www.scons.org
  15. * Compiling *
  16. To build the game, execute the command:
  17. scons
  18. To run the game:
  19. ./irrlamb