Skip to content
Barnaba Turek edited this page Aug 10, 2015 · 2 revisions

Welcome to the liero wiki!

Compiling on linux:

Get headers and libs for SDL

e.g. $ apt-get install libsdl1.2-dev

configure:

$ cmake

build:

$ make
Clone this wiki locally