![]() |
Prev | Next | subversion |
which svn
which omhelp
svn co https://projects.coin-or.org/svn/CppAD/
dir
dir
where dir is replaced by trunk
.
To see if this has been done correctly, check for the following file:
dir/cppad/cppad.hpp
Since you downloaded the current version,
you should set the version of CppAD to the current date.
Using an editor of you choice, open the file
dir/configure
(if you plan to use the
Windows install
instructions,
edit dir
/cppad/config.h instead of dir
/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).
dir | yyyymmdd |
1.0 |
20060913 |
2.0 |
20071016 |
2.1 |
20071124 |
2.2 |
20071210
|
svn co https://projects.coin-or.org/svn/CppAD/stable/
dir
dir
To see if this has been done correctly, check for the following file:
if dir is 1.0
check for
1.0/CppAD/CppAD.h
otherwise check for
dir/cppad/cppad.hpp
Since you downloaded a stable version,
the version of CppAD configure
,
and all the other relevant files, is correct.
mkdir
dir/doc
cd
dir/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
dir/doc/index.xml
dir/doc/index.htm
in a web browser and proceeding to the
Unix
or Windows
install instructions.