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

quick Windows instructions

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/lol/trunk

Username is anonymous; use an empty password.

You may wish to use Git instead of Subversion, using the git-svn script:

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

Build on Windows

There is a Visual Studio solution in the build/vs2010 directory.

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

./tutorial/02_quad