Installing the NAG Library, Mark 27.1 and the Library Documentation
Product Code: nll6i2719l
Installing the NAG Library, Mark 27.1 (without the Library Documentation)
- download the tar gzip file nll6i2719l.tgz to a temporary location <temp_dir>
- change to the temporary location and gunzip and untar
cd <temp_dir> gunzip nll6i2719l.tgz # this will create nll6i2719l.tar tar xvf nll6i2719l.tar # this will extract install.sh, nl27.tgz, in.htm(l), un.htm(l), nag_tsandcs.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 (html) or here (zip).
Installing the NAG Library, Mark 27.1 and the Library Documentation
- download tar gzip file nll6i2719l.tgz to a temporary location <temp_dir>
- change to the temporary location and gunzip and untar
cd <temp_dir> gunzip nll6i2719l.tgz # this will create nll6i2719l.tar tar xvf nll6i2719l.tar # this will extract install.sh, nl27.tgz, in.html, un.html, nag_tsandcs.txt
- download tar gzip file mk27-1_doc.tgz to the temporary location <temp_dir>
- gunzip
gunzip mk27-1_doc.tgz # this will create mk27-1_doc.tar # Note: do not untar mk27-1_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 Library Documentation Only
- download tar gzip file mk27-1_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 mk27-1_doc.tgz # this will create mk27-1_doc.tar tar xvf mk27-1_doc.tar