Getting The Source Code
We use our own servers to host the source code repository using Mercurial DVCS.
- Install Mercurial.
Debian/Ubuntu Linux - Terminal
$ sudo apt-get install mercurial
- Create an empty directory called for example TitA.
anonymous read only access
- Get the source code locally on your computer by cloning the read only repository (229Mb)
hg clone https://bitbucket.org/botanic/tempest-in-the-aether
Later, to update sources you will need to type :
hg pull && hg update Packaging repository is located at http://patch.tempestintheaether.org:8001/
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: repo path to clone
Destination path: will be the folder where you want put all sources.