ADMB-12.2
Released July 31, 2020
Describe describe downloading, installing and using ADMB from Zip release.
Prerequisite — Apple Developer Tools (XCode) must be installed with the command line tools. To install or update command line tools, use the command below in the MacOS Terminal, then click “Install” button in the window.
[~]$ xcode-select --install
Download
Download admb-12.2-macos.zip.
To test and debug admb programs using a debugger, download admb-12.2-macos-debug.zip with debugging symbols. Since using the debug libraries will result in slower runs, it is only recommended for troubleshooting and debugging code.
Install
Open a Terminal, then use the command below to extract contents of the zip file to ~/admb-12.2/.
[~]$ unzip admb-12.2-macos.zip
Use ADMB
In the Terminal window, use the steps below to build and run the simple example.
Change to the simple example directory.
[~]$ cd ~/admb-12.2/examples/admb/simple
Build simple example.
[~/admb-12.2/examples/admb/simple/]$ ~/admb-12.2/admb simple.tpl
Debug — Use the admb debug option -g for debugging.
Run simple example.
[~/admb-12.2/examples/admb/simple/]$ ./simple
Read manuals for more information.
For help and support, contact users@admb-project.org.
ADMB Foundation © 2007–2024