Download

From Artha
Revision as of 01:50, 13 February 2009 by Legends2k (talk | contribs) (Initial Draft)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Source

The latest stable release of Artha is 0.8.0. Click on either of the below links to download.

artha-0.8.0.tar.gz

artha-0.8.0.tar.bz2


Release Notes and Change Log


Refer Installation for help on how to build and install Artha.

Binaries

If you are using Debian or its derivatives like Ubuntu, etc. you can download the Debian package for your architecture. For other Linux flavours, binaries do not exist right now. Please download the source and build it. See Installation of details on how to build and install Artha.


i386 Architecture Download artha_0.8.0-1_i386.deb

AMD64 Architecture Download artha_0.8.0-1_amd64.deb


NOTE: Please use gdebi to install this debian package. Please do not use dpkg to install this package, since it does not have the ability to automatically resolve dependencies and will lead to broken dependencies. Should you end up in broken dependencies give sudo apt-get install -f to resolve it; apt will take care of it. If you have gdebi`s GUI front end installed, you can simply double click the downloaded .deb file and gdebi will show you a graphical interface to install it, you can follow the instructions and it will install Artha resolving dependencies. You go by the CLI way:

  sudo gdebi artha_0.8.0-1_i386.deb

Make sure the Universe repositories are enabled in your repositories list.


Get Code

You can check out the latest released code (stable):

  $ svn co http://artha.svn.sourceforge.net/svnroot/artha/tags/0.8.0

Alternatively, if you want the code current development (unstable):

  $ svn co http://artha.svn.sourceforge.net/svnroot/artha/trunk