Installing the NAG Library for SMP & Multicore, Mark 23 and the Library Documentation
Product Code: FSL6I23DCL
Installing the NAG Library for SMP & Multicore, Mark 23 (without the Library Documentation)
- download the tar gzip file fsl6i23dcl.tgz to a temporary location <temp_dir>
- change to the temporary location and gunzip and untar
cd <temp_dir> gunzip fsl6i23dcl.tgz # this will create fsl6i23dcl.tar tar xvf fsl6i23dcl.tar # this will extract install.sh, fs23.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 Library for SMP & Multicore, Mark 23 and the Library Documentation
- download tar gzip file fsl6i23dcl.tgz to a temporary location <temp_dir>
- change to the temporary location and gunzip and untar
cd <temp_dir> gunzip fsl6i23dcl.tgz # this will create fsl6i23dcl.tar tar xvf fsl6i23dcl.tar # this will extract install.sh, fs23.tar, in.htm(l), un.htm(l), lic_agr.txt - download tar gzip file mk23_doc.tgz to the temporary location <temp_dir>
- gunzip
gunzip mk23_doc.tgz # this will create mk23_doc.tar # Note: do not untar mk23_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 for SMP & Multicore Documentation Only
- download tar gzip file mk23_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 mk23_doc.tgz # this will create mk23_doc.tar tar xvf mk23_doc.tar