Sam Hocevar 1fbd309840 | 8 jaren geleden | |
---|---|---|
lol @ 99c8c2353e | 8 jaren geleden | |
roflmao | 8 jaren geleden | |
.gitattributes | 8 jaren geleden | |
.gitignore | 8 jaren geleden | |
.gitmodules | 8 jaren geleden | |
.travis.yml | 8 jaren geleden | |
Makefile.am | 8 jaren geleden | |
README.md | 8 jaren geleden | |
bootstrap | 8 jaren geleden | |
configure.ac | 8 jaren geleden | |
roflmao.sln | 8 jaren geleden |
roflmao
is a simple project using Lol Engine. If you want to get
started with Lol Engine, you may either:
Make sure Lol Engine and its submodules are properly initialised:
git submodule update --init --recursive
On Linux, make sure the following packages are installed:
automake autoconf libtool pkg-config
libglew-dev
libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev
The default application is called roflmao
and lies in its own subdirectory.
You should rename it to whatever your application will be called. Make sure
to modify the following files:
configure.ac
Makefile.am
roflmao/Makefile.am
roflmao/roflmao.cpp
You can of course have several projects in the same repository.
Then bootstrap the project and configure it:
./bootstrap
./configure
Finally, build the project:
make