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

From X-Moto
Jump to: navigation, search
m (Some libraries are missing ?: grammer/plural)
(de: added, format)
Line 1: Line 1:
 +
[[de:Erstellen für Unix (wie GNU/Linux)|Deutsch]]
 +
 
= Normal steps =
 
= Normal steps =
 
== Get the sources ==
 
== Get the sources ==
The tarball is avaible on http://xmoto.free.fr/index.php?page=news
+
The tarball is avaible on [http://xmoto.free.fr/index.php?page=news http://xmoto.free.fr/index.php?page=news].
  
 
== Uncompress the tarball ==
 
== Uncompress the tarball ==
Line 15: Line 17:
  
 
= Common errors =
 
= Common errors =
== Did you install a compiler ? ==
+
== Did you install a compiler? ==
== Some libraries are missing ? ==
+
== Some libraries are missing? ==

Revision as of 12:35, 26 August 2006

Deutsch

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?