Build for Unix (like GNU/Linux)

From X-Moto
Revision as of 14:38, 12 August 2006 by Nadenislamarre (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Normal steps

Get the sources

The tarball is avaible on http://xmoto.free.fr/index.php?page=news

Uncompress the tarball

tar zxf xmoto-x.y.z-src.tar.gz
cd xmoto-x.y.z

Compile

./configure [--prefix=/path_to_install]
make

Install

make install

Common errors

Did you install a compiler ?

Some library are missing ?