Changes between Version 21 and Version 22 of SoftwarePackage
- Timestamp:
- Feb 4, 2018, 12:39:29 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoftwarePackage
v21 v22 45 45 46 46 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`. 48 48 49 49 3. Execute `cd src` and type 'make' at the prompt. This will compile the sources. The library file is generated in the directory `lib/`.