Prev Next InstallWindows

Windows Download and Test

Cygwin
If you are using Cygwin, or MinGW with MSYS, follow the unix install instructions.

Download

Subversion
If you are familiar with subversion, you may want to follow the more complicated subversion download instructions instead of the ones below.

Web Link
If you are not using the subversion download instructions, sure you are reading the web based version of this documentation by following the link web version . Then proceed with the instruction that appear below this point.

Windows Zip Files
The windows download files below were archived and compressed with the 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-20071229.cpl.zip
GPL License    cppad-20071229.gpl.zip

Getting Started
The following steps will build the get_started.cpp example. Using Microsoft Visual C++, open the workspace 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
The following steps will build the routines that verify the calculations in the exp_apx calculations in the Introduction section. Using Microsoft Visual C++, open the workspace 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

Examples and Testing
The following steps will build an extensive set of examples and correctness tests. Using Microsoft Visual C++, open the workspace example/example.sln in Visual Studio. Then select Build | Build Example.exe. Then in a Dos box, execute the following command
     example\Debug\example

More Correctness Testing
Using Microsoft Visual C++, open the workspace 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

Printing During Forward Mode
Using Microsoft Visual C++, open the workspace 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

CppAD Speed Test
Using Microsoft Visual C++, open the workspace speed\cppad\cppad.sln in Visual Studio. Then select Build | Build cppad.exe. Then in a Dos box, execute the following commands
     speed\cppad\Debug\cppad
Note that none of the

Double Speed Test
Using Microsoft Visual C++, open the workspace speed\double\double.sln in Visual Studio. Then select Build | Build double.exe. Then in a Dos box, execute the following commands
     speed\double\Debug\double

Speed Utility Example
Using Microsoft Visual C++, open the workspace 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

Input File: omh/install_windows.omh