Version 2 (modified by sam, 11 years ago) (diff)

--

Getting started

This short document will guide you through the compilation of the Lol engine.

Getting source code

Getting source code from the SVN server:

svn co svn://svn.zoy.org/lolengine/trunk

Username is anonymous; use an empty password.

You may wish to use Git instead of Subversion:

git svn clone --stdlayout svn://svn.zoy.org/lolengine/trunk

Build on Linux

You will need the following software before trying to build the engine:

automake
autoconf
libtool
pkg-config
libglew1.6-dev
libsdl1.2-dev
libsdl-image1.2-dev
libsdl-mixer1.2-dev

To build the engine:

./bootstrap
./configure
make

Quick test

./test/quad