ADMB Project

ADMB-11.2pre
Released December 9, 2014

Describe ADMB build and installation procedures for Windows and MinGW.


For Windows computers with Visual C++ compiler already installed, read and follow the instuctions in QuickStart for Visual C++.

For builds within Cygwin and MinGW-Msys shells, read and follow the instructions in the QuickStart for Unix.

Quick Start

Warning — Uninstall any existing installations of ADMB.

  1. Download ADMB installer

    ADMB Windows Installer (64 Bit)

    ADMB Windows Installer (32 Bit)

  2. Install

    Double click the ADMB installer and follow the installer instructions.

  3. Open ADMB Command Prompt

    On the Desktop, double click ADMB Command Prompt.

  4. Use ADMB

    Copy the simple example directory

       C:\> xcopy /I /E "%ADMB_HOME%\examples\admb\simple" simple
    

    The build and run simple.

       C:\> cd simple
       C:\simple\> admb simple
       C:\simple\> simple
    

For help and support, contact users@admb-project.org.

$Id: QuickStartWindows.txt 2775 2014-12-09 20:00:45Z johnoel $