![]() |
Prev | Next | download |
cppad-
followed
by the year (4 decimal digits),
month (2 decimal digits), and
day (2 decimal digits) corresponding to the version.
The current version of CppAD is cppad-20071210.0
.
zip
utility.
The ascii files for these downloads are in
Windows format; i.e., each line ends with both a carriage return
and then a line feed.
CPL License | cppad-20071210.0.cpl.zip |
GPL License | cppad-20071210.0.gpl.zip |
WinZip
.
Doing this should create the distribution directory
cppad-20071210.0
To see if this has been done correctly, check for the following file:
cppad-20071210.0/cppad/cppad.hpp
You can now proceed with the
installation instructions
.
tar
and then compressed with gzip
:
The ascii files for these downloads are in
Unix format; i.e., each line ends with just a line feed.
CPL License | cppad-20071210.0.cpl.tgz |
GPL License | cppad-20071210.0.gpl.tgz |
tar -xvzf cppad-20071210.0.
license.tgz
(where license is cpl
or gpl
)
to decompress and extract the unix format version
into the distribution directory
cppad-20071210.0
To see if this has been done correctly, check for the following file:
cppad-20071210.0/cppad/cppad.hpp
You can now proceed with the
installation instructions
.
cppad-20071210.0/cppad.spec
which svn
which omhelp
svn co https://projects.coin-or.org/svn/CppAD/trunk trunk
To see if this has been done correctly, check for the following file:
trunk/cppad/cppad.hpp
trunk/configure
(if you are using the
Windows install
instructions,
edit trunk/cppad/config.h
instead of trunk/configure
).
Search this file for text of the form yyyymmdd
where yyyy are four decimal digits representing a year,
mm is two decimal digits representing a month,
and dd is two decimal digits representing a day.
Replace each occurrence of this text with the decimal digits
for the current year, month, and day
(i.e., the eight decimal digits representing the current date).
mkdir trunk/doc
cd trunk/doc
omhelp ../doc.omh -noframe -debug -l http://www.coin-or.org/CppAD/
omhelp ../doc.omh -noframe -debug -l http://www.coin-or.org/CppAD/ -xml
trunk/doc/index.xml
trunk/doc/index.htm
in a web browser.
stable
(of the current directory) exist.
svn co https://projects.coin-or.org/svn/CppAD/
name
name
where name is one of the following choices:
name |
stable/2.0 |
stable/2.1
|
mkdir
name/doc
cd
name/doc
omhelp ../doc.omh -noframe -debug -l http://www.coin-or.org/CppAD/
omhelp ../doc.omh -noframe -debug -l http://www.coin-or.org/CppAD/ -xml
name/doc/index.xml
name/doc/index.htm
in a web browser.