How to compile
Compiling from source archive (tarball)
- Extract the archive to a temporary location:
$ tar xfvjp salasaga-0.8.0.alpha7.tar.bz2
- Change into the directory that creates:
$ cd salasaga
- Generate the configuration script:
$ ./autogen.sh
- Follow standard compilation steps:
$ ./configure
$ make
$ make install
Once the "make install" has finished, Salasaga should have been properly installed and be available from the Gnome menu (under Graphics).
Alternatively, you can launch Salasaga from the command line:
$ salasaga
No errors should occur during compiling nor installation.
If they do occur, please let us know (it's important!).
Previous page: Documentation
Next page: Installing on Ubuntu
