Home
Download
Use
Develop
Support
News
Credits
hosted by
|
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:
- Up-to-date versions of the GNU autotools
are required to run the bootstrap script.
- PSRCHIVE requires access to at least one
FFT library to successfully configure. Please see the
Third-Party Software notes, especially
the Package Detection notes.
- 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.
|