Installing the NAG Fortran Library, Mark 21
Product Code: FLAI321D9L
Installing the NAG Fortran Library, Mark 21 (without the Library Documentation)
- download the tar gzip file flai321d9l.tgz to a temporary location <temp_dir>
-
change to the temporary location and gunzip and untar
cd <temp_dir> gunzip flai321d9l.tgz # this will create flai321d9l.tar tar xvf flai321d9l.tar # this will extract install.sh, fl21.tar, in.htm(l), un.htm(l), lic_agr.txt -
run the installation script
./install.sh - after the software has been installed, you can optionally delete the temporary location and its contents.
- You can access the documentation on our website from here.
Installing the NAG Fortran Library, Mark 21 and the Library Documentation
- download tar gzip file flai321d9l.tgz to a temporary location <temp_dir>
-
change to the temporary location and gunzip and untar
cd <temp_dir> gunzip flai321d9l.tgz # this will create flai321d9l.tar tar xvf flai321d9l.tar # this will extract install.sh, fl21.tar, in.htm(l), un.htm(l), lic_agr.txt - download tar gzip file fl21_doc.tgz to the temporary location <temp_dir>
-
gunzip
gunzip fl21_doc.tgz # this will create fl21_doc.tar # Note: do not untar fl21_doc.tar
-
run the installation script
./install.sh - after the software has been installed, you can optionally delete the temporary location and its contents.
Installing the NAG Fortran Library Documentation Only
- download tar gzip file fl21_doc.tgz to the location where you want the documentation installed <install_dir>
-
change to the installation location and gunzip and untar
cd <install_dir> gunzip fl21_doc.tgz # this will create fl21_doc.tar tar xvf fl21_doc.tar