jylam bedc134fe0 | 8 jaren geleden | |
---|---|---|
lol @ b686b9e965 | 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
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 submodules 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
Then bootstrap the project and configure it:
./bootstrap
./configure
Finally, build the project:
make