Ask a Question | Search DSPSR: |
Home
|
DSPSR: Build and InstallationAfter checking out the source code from the Git repository, it is necessary to select the instruments for which you will require support. Only the code required for the selected backends will be compiled into the DSPSR library.IMPORTANT NOTES:
To select the backend support to be compiled, create a text file named backends.list in the top build directory; i.e. the directory in which you type "make". backends.list must contain a whitespace-separated list of the sub-directories of Kernel/Formats to be compiled; e.g. bpsr caspsr fits sigproc After creating backends.list, the code can be compiled and installed with the following commands: ./bootstrap ./configure make make installImportant note: The default installation directory is $PSRHOME/$LOGIN_ARCH. If the PSRHOME environment variable is not set, /usr/local will be used instead. If you wish to install in another directory, please read the detailed Installation notes.
|