ADMB-12.3
Released March 7, 2021
Describe describe downloading, installing and using ADMB from Zip release.
Debugging — To use admb with a debugger for testing, read BuildingSourceUnix to build with debug symbols. Since using the debug libraries will result in slower runs, it is only recommended for troubleshooting and debugging code.
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.3-macos.zip.
Install
Open a Terminal, then use the command below to extract contents of the zip file to ~/admb-12.3/.
[~]$ unzip admb-12.3-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.3/examples/admb/simple
Build simple example.
[~/admb-12.3/examples/admb/simple/]$ ~/admb-12.3/admb simple.tpl
Debug — Use the admb debug option -g for debugging.
Run simple example.
[~/admb-12.3/examples/admb/simple/]$ ./simple
Read manuals for more information.
For help and support, contact users@admb-project.org.
ADMB Foundation © 2007–2024