You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.