1. How to unpack the codes

The name of the received file which you have copied from the SLHAplus WEB page should be

slhaplus.tgz

Unpack this file by

tar -xzf slhaplus.tgz


As a result a directory SLHAplus should be created. This directory contains source codes of SLHAplus for UNIX platforms and test programs.

2. Compilation procedure

In order to compile SLHAplus you need C and Fortran compilers. Our Makefile uses default compilers. If you would like to specify compilers then write the corresponding settings in the Makefile

CC = your_favorite_C_compiler

FC = your_favorite_Fortran_compiler

The

make

command should compile static library libSLHAplus.a

3.Include files

The SLHAplus directory contains file

SLHAplus.h

with prototypes for C and C++ routines. And file

SLHAplus.fh

file with declarations of Fortran functions.