Download

Packages

Ubuntu logoDebian logo
Debian/Ubuntu
You can find .deb packages on our Launchpad PPA

Gentoo logo
Gentoo
An ebuild is available here.

Suse logo
OpenSuse
Gnac is available in the Packman Repository.

Build from sources

Source logo
Download and build from sources

Download the latest release here.

Extract the content:
$ tar xvjpf gnac-x.x.x.tar.bz2

Build it and install it:
$ ./configure --prefix=/usr
$ make
$ sudo make install

Download and build development sources from GIT
To build Gnac from GIT you need the GIT client installed.

You can check for its presence by running :
$ git --version

Then use the following commands to download Gnac from GIT :
$ git clone git.gnome.org/git/gnac
$ cd gnac

Now you can build with these commands :
$ ./autogen.sh --prefix=/usr
$ make
$ sudo make install