![]() |
Prev | Next | InstallWindows |
20071016.1
is the
year, month, and date corresponding to the current version of CppAD.
If you are using
Cygwin
or,
MinGW with MSYS
,
with Unix formatted files,
just follow all of the Unix installation
steps.
Otherwise, download either the CPL or GPL licensed version from:
cppad-20071016.1
All the command sequences below assume that you start in this
distribution directory.
If you are using Cygwin, or MinGW with MSYS, (with dos file formats)
you should follow the Unix installation
steps
for the rest of the install.
Otherwise, continue with the steps below:
doc
sub-directory of the distribution directory
contains user documentation for CppAD.
The files doc/
*.htm
are in HTML format.
If your browser supports XHTML+MATHML format,
an easier to read copy is available in the files
doc/
*.xml
.
dev
sub-directory of the distribution directory
contains developer documentation for CppAD.
get_started/get_started.sln
in Visual Studio and then select Build | Build get_started.exe
.
Then in a Dos box, execute the following command
introduction\get_started\debug\get_started
introduction/exp_apx/exp_apx.sln
in Visual Studio.
Then select Build | Build exp_apx.exe
.
Then in a Dos box, execute the following command
introduction\exp_apx\debug\exp_apx
example/Example.sln
in Visual Studio.
Then select Build | Build Example.exe
.
Then in a Dos box, execute the following command
example\Debug\example
test_more/test_more.sln
in Visual Studio and then select Build | Build test_more.exe
.
Then in a Dos box, execute the following command
test_more\debug\test_more
speed/speed.sln
in Visual Studio and then select Build | Build speed.exe
.
Then in a Dos box, execute the following commands
speed_cppad\release\speed
print_for/print_for.sln
in Visual Studio.
Then select Build | Build print_for.exe
.
Then in a Dos box, execute the following commands
print_for\debug\print_for
speed/example/example.sln
in Visual Studio.
Then select Build | Build example.exe
.
Then in a Dos box, execute the following commands
speed\example\debug\example