README 645 B

1234567891011121314151617181920212223242526272829303132
  1. to compile Codria, be sure that you have all the dependcies in place:
  2. #utilities
  3. g++
  4. automake
  5. build-essential
  6. #libraries
  7. ogre-1.8
  8. libboost-all-dev
  9. libois-dev
  10. libguile-2.0-dev
  11. libvorbis-dev
  12. libflac-dev
  13. libopenal-dev
  14. Then run:
  15. ./bootstrap
  16. ./configure
  17. make
  18. To be able to start Codria, you need the media directory.
  19. Given you are in the project root folder, run:
  20. git clone git@gitorious.org:ceata-codria/media.git
  21. To start, type:
  22. ./src/codria
  23. to be added : the story it self, from wiki, add the contributors list
  24. #in Debian you'll need these to, to create models in blender an then export
  25. #them to Ogre .mesh format
  26. blender-ogrexml
  27. blender