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

ADMB Installation Linux

by johnoel last modified Jun 18, 2010 01:00 AM

Shows the procedure to install, build and run ADMB in Linux.

Introduction

Linux uses the GNU open source compiler gcc.  This compiler can be used to build ADMB programs.  Below shows the procedure to install and configure ADMB in Linux.

Procedure

  1. Download and extract ADMB Linux binaries from http://admb-project.org/downloads .
  2. Open a bash shell, change to extracted Linux ADMB Home directory, then type the following commands .
    #Change to ADMB folder.
    $ cd ~/admb
    # Sets ADMB Home directory.
    $ export ADMB_HOME=~/admb
    # Adds ADMB bin to $PATH
    $ export PATH=$ADMB_HOME/bin:$PATH
    
  3. Change into ADMB Home directory, then run examples for verification.
    $ cd $ADMB_HOME
    $ chmod -R u+w examples
    $ make
  4.  The screen shot output.
    admb-linux-output 

Problems

Please email users@admb-project.org for any problems with the procedure above.

Document Actions