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

Product Code: cslm626ddl

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

  1. download the tar gzip file cslm626ddl.tgz to a temporary location <temp_dir>
  2. change to the temporary location and gunzip and untar
       cd <temp_dir>
       gunzip cslm626ddl.tgz        # this will create cslm626ddl.tar
       tar xvf cslm626ddl.tar       # this will extract install.sh, cl26_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 C Library for SMP & Multicore, Mark 26 and the C Library Documentation

  1. download tar gzip file cslm626ddl.tgz to a temporary location <temp_dir>
  2. change to the temporary location and gunzip and untar
       
       cd <temp_dir>
       gunzip cslm626ddl.tgz        # this will create cslm626ddl.tar
       tar xvf cslm626ddl.tar       # this will extract install.sh, cl26_doc.tar,
                                                        in.htm(l), un.htm(l), 
                                                        lic_agr.txt
    
  3. download tar gzip file cl26_doc.tgz to the temporary location <temp_dir>
  4. gunzip
       gunzip cl26_doc.tgz          # this will create cl26_doc.tar
    
       # Note: do not untar cl26_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 cl26_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 cl26_doc.tgz          # this will create cl26_doc.tar
       tar xvf cl26_doc.tar