Changes between Version 23 and Version 24 of SoftwarePackage
- Timestamp:
- Feb 4, 2018, 12:52:50 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoftwarePackage
v23 v24 45 45 46 46 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`.47 2. The environment variable PDAF_ARCH specifies for which architecture you compile PDAF. The include files are in `make.arch`. You need to specify the file name without '.h'. You can specify PDAF_ARCH in the make command line like `make PDAF_ARCH=NAME`. Alternatively, you can set the environment variable $PDAF_ARCH in the shell 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. 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/`.