Installing the NAG Fortran Library, Mark 24
Product Code: FLL6I24DCL
Installing the NAG Fortran Library, Mark 24 (without the Library Documentation)
- download the tar gzip file fll6i24dcl.tgz to a temporary location <temp_dir>
-
change to the temporary location and gunzip and untar
cd <temp_dir> gunzip fll6i24dcl.tgz # this will create fll6i24dcl.tar tar xvf fll6i24dcl.tar # this will extract install.sh, fl24.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 24 and the Library Documentation
- download tar gzip file fll6i24dcl.tgz to a temporary location <temp_dir>
-
change to the temporary location and gunzip and untar
cd <temp_dir> gunzip fll6i24dcl.tgz # this will create fll6i24dcl.tar tar xvf fll6i24dcl.tar # this will extract install.sh, fl24.tar, in.htm(l), un.htm(l), lic_agr.txt - download tar gzip file mk24_doc.tgz to the temporary location <temp_dir>
-
gunzip
gunzip mk24_doc.tgz # this will create mk24_doc.tar # Note: do not untar mk24_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 mk24_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 mk24_doc.tgz # this will create mk24_doc.tar tar xvf mk24_doc.tar