Changes between Version 21 and Version 22 of SoftwarePackage


Ignore:
Timestamp:
Feb 4, 2018, 12:39:29 PM (6 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoftwarePackage

    v21 v22  
    4545
    4646
    47  2. In the shell set the environment variable $PDAF_ARCH to the name of the include file (without ending .h), e.g. by `setenv PDAF_ARCH NAME` in case of a (t)csh or `export PDAF_ARCH=NAME` in case of bash.
     47 2. In the shellk set the environment variable $PDAF_ARCH to the name of the include file (without ending .h), e.g. by `setenv PDAF_ARCH NAME` in case of a (t)csh or `export PDAF_ARCH=NAME` in case of bash. ALternatively you can specify PDAF_ARCH in the make command line like `make PDAF_ARCH=NAME`.
    4848
    4949 3. Execute `cd src` and type 'make' at the prompt. This will compile the sources. The library file is generated in the directory `lib/`.