Installing the NAG Library, Mark 27.1 and the Library Documentation
Product Code: [current-page:query:ProdCode]
Installing the NAG Library, Mark 27.1 (without the Library Documentation)
- download the tar gzip file [current-page:query:ProdCode].tgz to a temporary location <temp_dir>
- change to the temporary location and gunzip and untar
cd <temp_dir> gunzip [current-page:query:ProdCode].tgz # this will create [current-page:query:ProdCode].tar tar xvf [current-page:query:ProdCode].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 [current-page:query:ProdCode].tgz to a temporary location <temp_dir>
- change to the temporary location and gunzip and untar
cd <temp_dir> gunzip [current-page:query:ProdCode].tgz # this will create [current-page:query:ProdCode].tar tar xvf [current-page:query:ProdCode].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