ADMB Installation Borland
by
johnoel
—
last modified
Jun 10, 2009 11:21 PM
Shows the procedure to install, build and run ADMB with Borland.
Introduction
The Borland C++ Compiler is a free command line C/C++ compiler that was released in 2000. This compiler can be used to build ADMB programs. Below shows the procedure to install and configure ADMB and Borland.
Procedure
- Download and install Borland C++ Compiler from http://www.codegear.com/downloads/free/cppbuilder .
- Download and extract ADMB Borland binaries from http://admb-project.org/downloads .
- Using a text editor, edit set-admb-bcc551.bat located in the extracted ADMB Borland directory. Make sure the BCC55_HOME and ADMB_HOME are set to the installed directories above.

- Open Windows Command Line (cmd). In the Windows Start, click Start -> Run..., type cmd in the text box, then click the OK button.

- In the command line window, change to extracted Borland ADMB Home directory, then run set-admb-bcc551.bat .
c:\admb> bin\set-admb-bcc551.batThe screen shot output.

- Run examples verification.
c:\admb> makeThe screen shot output.

Problems
Please email users@admb-project.org for any problems with the procedure above.

