DownloadCurrently 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 requirementsTo build Xpt you will need:
Getting the source code from CVSRight 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:[email protected]:/cvsroot/xpt login When prompted for a password just press the Enter key. cvs -z3 -d:pserver:[email protected]:/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 $