Downloads

Linux

Arch Linux

Packages are available from AUR.

Debian, Ubuntu and other Debian-derived distributions

See the Debian download page.

Fedora and CentOS

James Begley provides packages of Survex for Fedora and CentOS via a repository on copr.

Other RPM-based distributions

You can install from the source RPM for these. Don't worry, this is not too complicated.

If your Linux distribution supplies wxWidgets (or wxWindows) packages, install these. They may be called libwxgtk, and you need to make sure you install the -dev or -devel package which is required for building programs which use wxWidgets rather than just running them. You need at least wxWidgets 3.0 to build current releases of Survex.

If your Linux distribution doesn't supply wxWidgets packages, you'll need to build from source, which isn't too complex. Firstly, make sure you have the -dev or -devel packages for Gtk+ installed. Then you'll need to download the wxWidgets source code and install from that using:

rpmbuild -ta --with gtk3 wxWidgets-3.0.5.tar.bz2
(if you have an older system without rpmbuild, use rpm in its place).

Or if you're using Gtk+2:

rpmbuild -ta --with gtk2 wxWidgets-3.0.5.tar.bz2
(if you have an older system without rpmbuild, use rpm in its place).

Once you have wxWidgets installed:

Download gzip-ed tar Source code [4226K] + gzip-ed tar Sample Data [583K]

And then execute the following command as root to build and install Survex:

rpmbuild -ta survex-1.4.8.tar.gz
(if you have an older system without rpmbuild, use rpm in its place).

Other Linux distributions

You'll need to download the source code and build it yourself. See the UNIX download page.

Survex
Home
Features
Screenshots
Bugs and Wiki
Press Coverage
History
Downloads
Git
Documentation
Mailing List
Related Tools
Recent Changes
To Do
The Future

webmaster: Olly Betts