Difference between revisions of "Build for Unix (like GNU/Linux)"

From X-Moto
Jump to: navigation, search
(de: added, format)
Line 1: Line 1:
[[de:Erstellen für Unix (wie GNU/Linux)|Deutsch]]
+
[[de:Erstellen für Unix (wie GNU/Linux)|Deutsch]] - [[No:Kompilere_i_Unix_%28som_GNU/Linux%29|Norsk]]
  
 
= Normal steps =
 
= Normal steps =

Revision as of 16:35, 28 August 2006

Deutsch - Norsk

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 libraries are missing?