You are here: Xpt - A GUI for Panorama Tools / Download

Download

Currently there are no packages or source tarballs to download, if you want to install the current version, then you need to checkout the current cvs.

Installation requirements

To build Xpt you will need:

  1. The Xpt source code (obviously).
  2. Version 3 of the Qt libraries <http://www.troll.no/>
  3. The libpano library from the Panorama Tools <http://www.fh-furtwangen.de/~dersch/>.
  4. To contruct the configure scripts from the CVS version, you will need at least version 1.6 of automake and version 2.53 of autoconf.

Getting the source code from CVS

Right now the only way of getting a copy of the source code is to download it from the CVS repository. Just follow the following instructions:

cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/xpt login

When prompted for a password just press the Enter key.

cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/xpt co xpt

This will create a directory called xpt with the source code inside. Now do:

cd xpt
./mkbuild

This will create the configure script you need to build the program. If this fails make sure you have at least version 1.6 of automake and version 2.53 of autoconf.

Finally type:

./configure
make
make install

Now you can run Xpt:

xpt

$Header: /webcvs/xpt/xpt/download/index.html,v 1.1 2002/06/08 15:09:18 brunopostle Exp $