Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.16 KB

QuickStartUnix.md

File metadata and controls

58 lines (36 loc) · 1.16 KB

ADMB Quick Start Unix

ADMB-12.3
Released March 7, 2021

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-12.3-linux.zip.

  2. Install

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

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

    In the Terminal window, use the steps 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.


For help and support, contact [email protected].