ADMB-11.2pre
Released December 9, 2014
Installing ADMB from prebuilt zip distributions for Unix operating systems such as Linux, MacOS, Solaris and BSD.
The following programs should be installed on the local computer.
Note — For MacOS, install XCode with command line tools includes all the prerequistes.
Download
Go to download page ADMB-11.2pre
Extract
Unzip the downloaded file to the HOME directory.
Open a Terminal window
Use
The following commands build and run the simple example.
[~]$ cd admb/examples/admb/simple
[~/admb/examples/admb/simple/]$ ~/admb/admb simple.tpl
[~/admb/examples/admb/simple/]$ ./simple
For MinGW and Cygwin shells, use the 'admb.sh' script.
[~]$ cd admb/examples/admb/simple
[~/admb/examples/admb/simple/]$ ~/admb/admb.sh simple.tpl
[~/admb/examples/admb/simple/]$ ./simple
Optional — Manual Installation
Copy binary distribution folder to /usr/local/ as super-user.
[~]$ sudo cp -Rvf admb /usr/local/admb
Create symlink to main admb script. Directory /usr/local/bin/ should already exist.
[~]$ sudo ln -sf /usr/local/admb/admb /usr/local/bin/admb
After copying, build and run the simple example.
[~]$ cd admb/examples/admb/simple
[~/admb/examples/admb/simple/]$ admb simple.tpl
[~/admb/examples/admb/simple/]$ ./simple
For help and support, contact users@admb-project.org.
$Id: QuickStartUnix.txt 2777 2014-12-09 20:31:33Z johnoel $