Prev Next Distribute

Building and Testing a Distribution

Creating Distribution Files
  1. Change into the CppAD/trunk directory.
  2. Execute the command
     
    	 ./build.sh all
    
    This will create the distribution files
         cppad-
    yyyymmdd.gpl.tgz
         cppad-
    yyyymmdd.cpl.tgz
         cppad-
    yyyymmdd.gpl.zip
         cppad-
    yyyymmdd.cpl.zip
    where yyyymmdd is the current date.


Testing Distribution
Execute the command
     ./build.sh all test
This will create the file build_test.log. If any errors occur, they will be noted in this file.
Input File: omh/distribute.omh