Detailed instructions for downloading and installing the
NAG CLibrary, Mark 8 from the NAG web site
Product Code: CLHP808DAL
1) download the tar gzip file clhp808dal.tgz to a temporary location <temp_dir>
2) change to the temporary location and gunzip and untar
cd <temp_dir>
gunzip clhp808dal.tgz # this will create clhp808dal.tar
tar xvf clhp808dal.tar # this will extract install.sh, cl08.tar,
in.htm(l), un.htm(l)
3) run the installation script
./install.sh
4) after the software has been installed, you can optionally delete
the temporary location and its contents.
5) You can access the documentation on our website from here.
Installing the NAG C Library, Mark 8 and the Library Documentation
1) download tar gzip file clhp808dal.tgz to a temporary location <temp_dir>
2) change to the temporary location and gunzip and untar
cd <temp_dir>
gunzip clhp808dal.tgz # this will create clhp808dal.tar
tar xvf clhp808dal.tar # this will extract install.sh, cl08.tar,
in.htm(l), un.htm(l)
3) download tar gzip file cl08_doc.tgz to the temporary location <temp_dir>
4) gunzip
gunzip cl08_doc.tgz # this will create cl08_doc.tar
# Note: do not untar cl08_doc.tar
5) run the installation script
./install.sh
6) after the software has been installed, you can optionally delete
the temporary location and its contents.
Installing the NAG C Library Documentation Only
1) download tar gzip file cl08_doc.tgz to the location
where you want the documentation installed <install_dir>
2) change to the installation location and gunzip and untar
cd <install_dir>
gunzip cl08_doc.tgz # this will create cl08_doc.tar
tar xvf cl08_doc.tar
|