You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 723 B

123456789101112131415161718192021222324252627282930313233343536
  1. ## roflmao
  2. `roflmao` is a simple project using Lol Engine. If you want to get
  3. started with Lol Engine, you should fork this project.
  4. # Setup
  5. Make sure Lol Engine and its submodules are properly initialised:
  6. git submodules update --init --recursive
  7. # Configure
  8. The default application is called `roflmao` and lies in its own subdirectory.
  9. You should rename it to whatever your application will be called. Make sure
  10. to modify the following files:
  11. - `configure.ac`
  12. - `Makefile.am`
  13. - `roflmao/Makefile.am`
  14. - `roflmao/roflmao.cpp`
  15. # Build
  16. Then bootstrap the project and configure it:
  17. ./bootstrap
  18. ./configure
  19. Finally, build the project:
  20. make
  21. # Develop
  22. The sample application is in `roflmao`