lolengine / roflmao

Sample Application for Lol Engine
4 stars 3 forks source link

roflmao

Build Status (Travis-CI) Build Status (Semaphore-CI)

roflmao is a simple project using Lol Engine. If you want to get started with Lol Engine, you may either:

Setup

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

Activate optional subsystems

You can edit build.config to activate some subsystems:

Configure

The default application is called roflmao and lies in the src subdirectory. You should rename it to whatever your application will be called. Make sure to modify the following files:

src/roflmao.cpp
configure.ac (Linux/Unix)
Makefile.am (Linux/Unix)
src/Makefile.am (Linux/Unix)
roflmao.sln (Windows)
src/roflmao.vcxproj (Windows)

You can of course have several projects in the same repository.

Build

Then bootstrap the project and configure it:

./bootstrap
./configure

Finally, build the project:

make