On PC-Windows platforms
Refer to Sir2014Readme.txt file for updated information
Sir2014 icon |
Jav icon |
On Linux / Unix / MacOS platforms
Refer to README file for updated information
Executable files will be stored in destination_directory/bin
Be sure that the destination_directory/bin is in the PATH
Click on Sir2014 icon or start sir2014 in a terminal window
Configure process
The configure procedure will use the first Fortran compiler found in the following list:
ifort gfortran g95 lf95 pgf90 pgf95 ifc efc gfort xlf95 xlf f95 f90
It is possible to modify the selection adding to the configure command the option
FC=Fortran_compiler_name
If no Fortran90/95 compiler is installed, it is possible to download the GFortran compiler
If no GTK libraries are installed, it is possible to download them from Internet
Some examples:
Default
./configure --prefix=$HOME --srcdir=$PWD
gfortran
./configure --prefix=$HOME --srcdir=$PWD FC=gfortran
Intel Fortran
./configure --prefix=$HOME --srcdir=$PWD FC=ifort
NAG
./configure --prefix=$HOME --srcdir=$PWD FC=f95
Lahey
./configure --prefix=$HOME --srcdir=$PWD FC=lf95
Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites