Installing the NAG C Library, Mark 26.2 and the Library Documentation
Product Code: cll6i262dl
Installing the NAG C Library, Mark 26.2 (without the Library Documentation)
- download the tar gzip file cll6i262dl.tgz to a temporary location <temp_dir>
- change to the temporary location and gunzip and untar
cd <temp_dir> gunzip cll6i262dl.tgz # this will create cll6i262dl.tar tar xvf cll6i262dl.tar # this will extract install.sh, cl26.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.
Installing the NAG C Library, Mark 26.2 and the Library Documentation
- download tar gzip file cll6i262dl.tgz to a temporary location <temp_dir>
- change to the temporary location and gunzip and untar
cd <temp_dir> gunzip cll6i262dl.tgz # this will create cll6i262dl.tar tar xvf cll6i262dl.tar # this will extract install.sh, cl26.tgz, in.html, un.html, nag_tsandcs.txt
- download tar gzip file mk26-2_doc.tgz to the temporary location <temp_dir>
- gunzip
gunzip mk26-2_doc.tgz # this will create mk26-2_doc.tar # Note: do not untar mk26-2_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 mk26-2_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 mk26-2_doc.tgz # this will create mk26-2_doc.tar tar xvf mk26-2_doc.tar