![]() |
Prev | Next | InstallSubversion |
/usr/local/include/cppad
,
it is a good choice for the CppAD install directory.
Otherwise
$HOME/include/cppad
is a good choice for the CppAD install directory.
svn checkout https://projects.coin-or.org/svn/CppAD/trunk/cppad
dir
dir/config.h
contains some system level settings that you may want to change.
For example,
/* does system support gettimeofday */
#define CPPAD_GETTIMEOFDAY 0
is set this way to make it easy for Microsoft version of CppAD.
The configure
script usually changes
this setting to
#define CPPAD_GETTIMEOFDAY 1