ADMB Quick Start Unix

ADMB-13.2
Released March 15, 2024

Describe downloading, installing and using ADMB from binary release for Linux.


Prerequisites

The following tools are required to be installed on the local Linux computer.

  • GNU C++
  • GNU stream editor (sed)

Quick Start

  1. Download

    Download linux ZIP file admb-13.2-linux.zip.

  2. Install

    Open a Terminal, then use the command below to extract contents of downloaded zip file to ~/admb/.

    [~]$ unzip admb-13.2-linux.zip
    
  3. Use ADMB

    In the Terminal window, use the commands below to build and run the simple example.

    Change to simple example directory.

    [~]$ cd ~/admb/examples/admb/simple
    

    Build simple example.

    [~/admb/examples/admb/simple/]$ ~/admb/admb simple.tpl
    

    Run simple example.

    [~/admb/examples/admb/simple/]$ ./simple
    

    Read manuals for more information.

Help

For help and support, please post on the ADMB Discussions.


ADMB Foundation © 2007–2024