Personal tools
You are here: Home Documentation Installation ADMB Installation Mac XCode

ADMB Installation Mac XCode

by johnoel last modified Mar 26, 2012 04:26 PM
Describes the installation procedure for the MacOS package installer.

Prerequistes

Apple Developer Tools (XCode) must be installed from http://developer.apple.com/xcode/.

Procedure

  1. Download the 32 or 64 bit MacOS dmg file from the downloads tab of this website.
  2. Open ADMB dmg file. 
  3. In the mounted disk image (ADMB 10.1), double click the pkg installer and follow the installation instructions.
  4. Once the installation is "Finished", follow the "Quick Start" procedure below to build and run the simple example.
    screenshot of ADMB installation on a Mac

Quick Start

Describes the procedure for building and running the ADMB simple example.

  1. Open Terminal located in /Applications/Utilities, then type admb for Usage options.
  2. Copy the "simple" model from the examples directory.
    $ cp -R /usr/local/admb/examples/admb/simple .
  3. Must change to the copied simple directory.
    $ cd simple
  4. Build the simple example.
    $ admb simple
  5. Run the simple example.
    $ ./simple
  6. If those commands give output like that shown in the screenshot below, your installation is a success. Consult the ADMB manual for description of the simple output files.
    screenshot of testing installation on a Mac
Document Actions