您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # roflmao
  2. [![Build Status (Travis-CI)](https://travis-ci.org/lolengine/lol-roflmao.svg?branch=master)](https://travis-ci.org/lolengine/lol-roflmao)
  3. [![Build Status (Semaphore-CI)](https://semaphoreci.com/api/v1/samhocevar/lol-roflmao/branches/master/badge.svg)](https://semaphoreci.com/samhocevar/lol-roflmao)
  4. `roflmao` is a simple project using Lol Engine. If you want to get
  5. started with Lol Engine, you may either:
  6. - fork this project
  7. - duplicate this project (see [“duplicating a repository”](https://help.github.com/articles/duplicating-a-repository/))
  8. ## Setup
  9. Make sure Lol Engine and its submodules are properly initialised:
  10. git submodule update --init --recursive
  11. On Linux, make sure the following packages are installed:
  12. automake autoconf libtool pkg-config
  13. libglew-dev
  14. libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev
  15. ## Configure
  16. The default application is called `roflmao` and lies in its own subdirectory.
  17. You should rename it to whatever your application will be called. Make sure
  18. to modify the following files:
  19. configure.ac
  20. Makefile.am
  21. roflmao/Makefile.am
  22. roflmao/roflmao.cpp
  23. You can of course have several projects in the same repository.
  24. ## Build
  25. Then bootstrap the project and configure it:
  26. ./bootstrap
  27. ./configure
  28. Finally, build the project:
  29. make