Development Branch (CVS) Build and Installation

After checking out the source code from the CVS repository, it can be compiled and installed with the following commands:
cd psrchive
./bootstrap
./configure
make
make install

Important notes:

  1. Up-to-date versions of the GNU autotools are required to run the bootstrap script.
  2. PSRCHIVE requires access to at least one FFT library to successfully configure. Please see the Third-Party Software notes, especially the Package Detection notes.
  3. If the PSRHOME environment variable is set, then the default installation directory will be $PSRHOME/$LOGIN_ARCH. Otherwise, /usr/local will be the default. If you wish to install in another directory, please read the Installation Directory notes.