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

You need the jcal (libjalali-dev in ubuntu) in order to make this program. If you have installed jcal in somewhere else than /usr you will need to change /usr/lib/libjalali.la in gahshomar/src/c/Makefile.am accordingly.

Once you have jcal installed, you have two options:

either download the source code from github and type:

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

or download the latest release from the releases page and do:

./configure --prefix=/usr
make
sudo make install

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

Clone this wiki locally