Skip to content
Amir edited this page Jan 13, 2015 · 28 revisions

Note

The installation has been moved to the wiki since it can be different in every operating system. If you have installed this application in your system successfully please add the instructions to this page.

Although packages are preferred when installing a new application but the author cannot simply provide a package for every distribution. Hence, contribution of packages are extremely welcomed and will be added to the release page. If you want to create a package for a distribution, please take a look at the Arch Linux package which is maintained by the original author.

Manual Installation

You need the jcal (libjalali-dev in ubuntu) library in order to build this program.

Other dependencies are (you probably already have them): Libpeas, PyGObject, GTK+, and Python 3

Once you have the dependencies installed, download the source code from github or download the latest release from the releases page and type:

./autogen.sh --prefix=/usr
make
sudo make install

Arch Linux

If you are using Arch Linux, you can install Gahshonar using the aur package.

Clone this wiki locally