Difference between revisions of "Building Ryzom Client On Debian2"

From Ryzom Forge Wiki

Jump to: navigation, search
(Building Ryzom (dynamically linked))
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{tabLang|EN|DE|{{FULLPAGENAME}}|ES|FR|RU}}
+
{{toDelete|2014-12-15)}}
 
 
{{ToTrad|DE|DE translation needed please}}
 
{{ToTrad|ES|ES translation needed please}}
 
{{ToTrad|FR|FR translation needed please}}
 
 
 
== General ==
 
 
 
This page applies for Debian-based GNU/Linux distributions. To compile Ryzom client under Mac OS X, please check this page : [[Building Ryzom Client under Mac OS X]]
 
 
 
The host system should be a debian or any derivate.
 
 
 
We assume you plan to build for your own system, and not with the intent to make it compatible with other linux distributions. If you are looking for such a guide, we recommend to use a chrooted environement and read this guide.
 
 
 
Instructions with # are to be executed as root. Ones with $ should be run from your normal user account.
 
 
 
== Downloading ryzom dependencies ==
 
 
 
# apt-get install mercurial libluabind-dev libfreetype6-dev libcurl4-openssl-dev libx11-dev libgl1-mesa-dev libxxf86vm-dev \
 
  libxrandr-dev libxrender-dev libopenal-dev libogg-dev libvorbis-dev libxml2-dev cmake build-essential \
 
  libpng12-dev libjpeg62-dev rrdtool libmysqlclient15-dev bison libxmu-dev autoconf automake libtool
 
 
 
== Compiling ryzom dependencies ==
 
 
 
First, download all the code you need :
 
$ cd ~
 
$ mkdir dep_ryzomcore && cd dep_ryzomcore
 
$ hg clone http://hg.kervala.net/packaging
 
$ hg clone http://hg.kervala.net/cmake
 
$ export CMAKE_MODULE_PATH=$(pwd)/cmake/modules
 
 
 
libwww-dev :
 
$ cd ~/dep_ryzomcore/packaging/libwww
 
$ ./autogen.sh
 
$ ./configure --with-ssl=no --with-zlib --with-expat --with-gnu-ld --enable-shared
 
$ make
 
# make install
 
 
 
 
 
== Getting ryzom code ==
 
 
 
$ cd ~
 
$ hg clone https://bitbucket.org/ryzom/ryzomcore
 
We just need to switch branch (default to compatibility)
 
$ cd ryzomcore
 
$ hg update -c compatibility
 
 
 
If you need to update the code later, just type :
 
$ hg pull && hg update
 
 
 
== Building Ryzom (dynamically linked) ==
 
 
 
$ cd ~
 
$ mkdir build && cd build
 
 
 
For differents cmake options, see [[#CMake options]]. Here's the one i'm using :
 
 
 
$ cmake -DWITH_NEL_TESTS=OFF -DWITH_NEL_SAMPLES=OFF -DWITH_NEL_TOOLS=OFF -DWITH_RYZOM_SERVER=OFF \
 
-DWITH_RYZOM_TOOLS=OFF -DWITH_QT=OFF -DWITH_RYZOM_CLIENT=ON ../ryzomcore/code
 
 
 
Then run cmake again
 
Here, n is the number of core in your CPU :
 
$ make -jn
 
 
 
The binary is now in bin/ryzom_client. We can now install ryzom system wide:
 
 
 
# make install
 
# ldconfig
 
 
 
== Starting Ryzom with the newly built client ==
 
 
 
It is required to run ryzom_client from a directory which has the game data in.
 
 
 
If you haven't already done, get the full game .zip from the official ryzom page. Unzip it where you want the game to be installed.
 
 
 
Replace the client with the one you built. If we unzipped the archive in ~/games, that is:
 
$ cp /usr/local/games/ryzom_client ~/games/ryzom/ryzom_client
 
 
 
Start the game:
 
$ cd ~/games/ryzom
 
$ ryzom_client
 
 
 
Play !
 
 
 
== Sources ==
 
 
 
<references />
 
 
 
{{TPInWikiRyzom}}
 
[[Category:Tutorials]][[Category:EN]]
 

Latest revision as of 12:13, 15 November 2014

So löschen / To erase / Para borrar / À effacer / Чтобы стереть.

DE: Diese Seite wird entfernt, wenn nicht anders in der Diskussionsseite begründet für: 2014-12-15).

EN: This page will be removed, unless otherwise justified in the discussion page for: 2014-12-15).

ES: Esta página será eliminada, a menos que justifique lo contrario en la página de discusión antes: 2014-12-15).

FR: Cette page pourra être supprimée, sauf avis contraire justifié dans la page de discussion avant: 2014-12-15).

RU: Эта страница будет удалена, если иное не оправдались странице обсуждения в течение: 2014-12-15).