Personal tools
You are here: Home Documentation Installation ADMB Installation Borland

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

  1. Download and install Borland C++ Compiler from http://www.codegear.com/downloads/free/cppbuilder .
  2. Download and extract ADMB Borland binaries from http://admb-project.org/downloads .
  3. 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.


    admb-borland-vars-file

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


    run-cmd

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

     The screen shot output.
    run-cmd2

  6. Run examples verification.
    c:\admb> make

     The screen shot output.
    simple-out

 

Problems

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

Document Actions