Installing the NAG C Library, Mark 9 and the Library Documentation
Product Code: CLL6A09DGL
Installing the NAG C Library, Mark 9 (without the Library Documentation)
- download the tar gzip file cll6a09dgl.tgz to a temporary location <temp_dir>
- change to the temporary location and gunzip and untar
cd <temp_dir> gunzip cll6a09dgl.tgz # this will create cll6a09dgl.tar tar xvf cll6a09dgl.tar # this will extract install.sh, cl09.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 C Library, Mark 9 and the Library Documentation
- download tar gzip file cll6a09dgl.tgz to a temporary location <temp_dir>
- change to the temporary location and gunzip and untar
cd <temp_dir> gunzip cll6a09dgl.tgz # this will create cll6a09dgl.tar tar xvf cll6a09dgl.tar # this will extract install.sh, cl09.tar, in.htm(l), un.htm(l), lic_agr.txt - download tar gzip file cl09_doc.tgz to the temporary location <temp_dir>
- gunzip
gunzip cl09_doc.tgz # this will create cl09_doc.tar # Note: do not untar cl09_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 C Library Documentation Only
- download tar gzip file cl09_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 cl09_doc.tgz # this will create cl09_doc.tar tar xvf cl09_doc.tar