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
- Download and extract ADMB Linux binaries from http://admb-project.org/downloads .
- 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 - Change into ADMB Home directory, then run examples for verification.
$ cd $ADMB_HOME $ chmod -R u+w examples $ make -
The screen shot output.
Problems
Please email users@admb-project.org for any problems with the procedure above.

