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

ADMB Installation Setup

by johnoel last modified Jun 18, 2010 12:14 AM

Shows the procedure for installing ADMB using the setup file.

Introduction

The installation program includes all the necessary tools for ADMB.  The MinGW C/C++ compiler and Gnu Make are packaged with the setup.  The procedure below shows all the steps to install and test the installation.

Procedure

  1. Download the ADMB Self extracting executable, then double click the file to install.
  2. In the Welcome  window, click Next button.

    step1

  3. In the License window, click "I accept the agreement" option, then click the Next button.
    step2
  4. In the Destination window, use the recommended default C:\ADMB\MinGW folder, then click Next button.
    step3
  5. In the Start Menu window, use the recommended default "ADMB (MinGW)", then click Next button.
    step4
  6. In the Read to Install window, click Next button.
    step5
  7. In the Completing ADMB window, click the Finish button.
    step6

 

Check Installation

  1. In the Windows Start menu, open ADMB Command Prompt (ADMB).
    command-prompt

  2. In the ADMB Command Prompt window, type make to build and run a simple example.
    make

     

  3. If the run is successful, the last two lines of output should look like below.
    success

     

Document Actions