Ask a Question | Search PSRCHIVE: |
Home
|
Development Branch (Git) Build and InstallationAfter downloading the source code from the Git repo, it can be compiled and installed with the following commands:cd psrchive ./bootstrap ./configureIf the bootstrap script fails, it may be necessary to update the GNU autotools. If you download the latest tarball, then you can skip the bootstrap step (and there is no need for the GNU autotools). The configure script may finish with messages like The PGPLOT library was not found: PSRCHIVE applications will not be able to plot. Run ./packages/pgplot.csh to automatically install.To automatically install these dependencies, simply run the scripts as suggested, set any environment variables as directed, then re-run the configure script, as described in the section on Automatic Package Installation. When satisfied that the configure script has found all of the desired dependencies, run make make check make install Important notes:
|