README 956 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. This is an unstable release of the SuperTux Milestone 2 editor. Do not
  2. expect everything to work smoothly and save often...
  3. For more information browse to:
  4. http://supertux.lethargik.org/wiki/Editor_FAQ
  5. http://supertux.lethargik.org/wiki/Building_SuperTux#Compiling_the_editor
  6. == Prerequisites ==
  7. * SuperTux version 0.3.0 or higher
  8. * OpenGL driver and environment
  9. * mono 1.2.2.1 or newer
  10. (1.1.13 or newer may work but if it doesn't, don't blame us just
  11. upgrade to 1.2.2.1 or newer)
  12. * gtk-sharp 2.8 or newer
  13. == Building ==
  14. Type
  15. make
  16. == Running ==
  17. You can start the editor by typing
  18. mono supertux-editor.exe
  19. To run with debugging info (that is the only way to get a usable
  20. backtrace for a bug report in case of a crash):
  21. mono --debug supertux-editor.exe
  22. Remember to set your SuperTux paths in the editor options!
  23. == Known Problems ==
  24. The open source ATI drivers seem to have problems with multiple viewports
  25. and shared textures.