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 969 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # roflmao
  2. `roflmao` is a simple project using Lol Engine. If you want to get
  3. started with Lol Engine, you may either:
  4. - fork this project
  5. - duplicate this project (see [“duplicating a repository”](https://help.github.com/articles/duplicating-a-repository/))
  6. ## Setup
  7. Make sure Lol Engine and its submodules are properly initialised:
  8. git submodules update --init --recursive
  9. On Linux, make sure the following packages are installed:
  10. automake autoconf libtool pkg-config
  11. libglew-dev
  12. libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev
  13. ## Configure
  14. The default application is called `roflmao` and lies in its own subdirectory.
  15. You should rename it to whatever your application will be called. Make sure
  16. to modify the following files:
  17. configure.ac
  18. Makefile.am
  19. roflmao/Makefile.am
  20. roflmao/roflmao.cpp
  21. ## Build
  22. Then bootstrap the project and configure it:
  23. ./bootstrap
  24. ./configure
  25. Finally, build the project:
  26. make