Installing the NAG Library, Mark 27.1 and the Library Documentation

Product Code: nll6i2719l

Installing the NAG Library, Mark 27.1 (without the Library Documentation)

  1. download the tar gzip file nll6i2719l.tgz to a temporary location <temp_dir>
  2. change to the temporary location and gunzip and untar
       cd <temp_dir>
       gunzip nll6i2719l.tgz        # this will create nll6i2719l.tar
       tar xvf nll6i2719l.tar       # this will extract install.sh, nl27.tgz,
                                                        in.htm(l), un.htm(l), 
                                                        nag_tsandcs.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 (html) or here (zip).

Installing the NAG Library, Mark 27.1 and the Library Documentation

  1. download tar gzip file nll6i2719l.tgz to a temporary location <temp_dir>
  2. change to the temporary location and gunzip and untar
       
       cd <temp_dir>
       gunzip nll6i2719l.tgz        # this will create nll6i2719l.tar
       tar xvf nll6i2719l.tar       # this will extract install.sh, nl27.tgz,
                                                        in.html, un.html, 
                                                        nag_tsandcs.txt
    
  3. download tar gzip file mk27-1_doc.tgz to the temporary location <temp_dir>
  4. gunzip
       gunzip mk27-1_doc.tgz          # this will create mk27-1_doc.tar
    
       # Note: do not untar mk27-1_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 mk27-1_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 mk27-1_doc.tgz          # this will create mk27-1_doc.tar
       tar xvf mk27-1_doc.tar