|
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
dir
values
corresponding to
stable versions
.
The following command will download a
stable version of the CppAD source code:
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:
dir/cppad/cppad.hpp
dir
values
corresponding to
release versions
.
The following command will download a
stable version of the CppAD source code:
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:
dir/cppad/cppad.hpp
mkdir dir/doc
cd dir/doc
omhelp ../doc.omh -noframe -debug -l http://www.coin-or.org/CppAD/ -xml
dir/doc/index.xml
in a web browser and proceeding to the
Unix
or Windows
install instructions.