Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Getting Source

We use Source Forge to host the source code repository using Mercurial DVCS.

Debian/Ubuntu Linux - Terminal

$ sudo apt-get install mercurial

  • Create an empty directory called for example ryzom.

anonymous read only access

  • Get the source code locally on your computer by cloning the read only repository (229Mb)
hg clone http://ryzom.hg.sourceforge.net/hgroot/ryzom/ryzom

Later, to update sources you will need to type :

hg pull && hg update

alternative client (TortoiseHg)

As an alternative you may want to use TortoiseHg (http://tortoisehg.bitbucket.org) to download the newest sources (especially if you run Windows).

With TortoiseHg, you will need to click right on your new empty folder and click on "TortoiseHg -> Clone" and you will get this dialog :

Source path: will be http://ryzom.hg.sourceforge.net/hgroot/ryzom/ryzom
Destination path: will be the folder where you want put all sources.

read write access with specific username

hg clone ssh://USERNAME@ryzom.hg.sourceforge.net/hgroot/ryzom/ryzom

USERNAME is your login on SourceForge.

  • No labels