Installing the NAG Library for SMP & Multicore Mark 26, and the Library Documentation

Product Code: fsl6i26dcl

Installing the NAG Library for SMP & Multicore, Mark 26, (without the Library Documentation)

  1. Download the tar gzip file fsl6i26dcl.tgz to a temporary location <temp_dir>.
  2. Change to the temporary location and gunzip and untar
       cd <temp_dir>
       gunzip fsl6i26dcl.tgz        # this will create fsl6i26dcl.tar
       tar xvf fsl6i26dcl.tar       # this will extract install.sh, mk26_doc.tar,
                                                        in.htm(l), un.htm(l), 
                                                        lic_agr.txt
      
  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 Library for SMP & Multicore, Mark 26 and the Library Documentation

  1. Download tar gzip file fsl6i26dcl.tgz to a temporary location <temp_dir>.
  2. Change to the temporary location and gunzip and untar
     
       cd <temp_dir>
       gunzip fsl6i26dcl.tgz        # this will create fsl6i26dcl.tar
       tar xvf fsl6i26dcl.tar       # this will extract install.sh, mk26_doc.tar,
                                                        in.htm(l), un.htm(l), 
                                                        lic_agr.txt
    
  3. Download tar gzip file mk26_doc.tgz to the temporary location <temp_dir>.
  4. gunzip
       gunzip mk26_doc.tgz          # this will create mk26_doc.tar
    
       # Note: do not untar mk26_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 Library Documentation Only

  1. Download tar gzip file mk26_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 mk26_doc.tgz          # this will create mk26_doc.tar
       tar xvf mk26_doc.tar