From 0be3d1b21c1706c10bc0791c2fd5d6605b589b6f Mon Sep 17 00:00:00 2001 From: johnoel Date: Thu, 22 Dec 2022 08:47:42 -1000 Subject: [PATCH] Update version on installer docs to 13.1. --- docs/install/BuildingSourceUnix.md | 8 +++++--- docs/install/BuildingSourceVisualStudio.md | 12 +++++++----- docs/install/QuickStartUnix.md | 14 +++++++++++--- docs/install/QuickStartWindows.md | 18 ++++++++++-------- docs/install/QuickStartWindowsZip.md | 8 +++++--- 5 files changed, 38 insertions(+), 22 deletions(-) diff --git a/docs/install/BuildingSourceUnix.md b/docs/install/BuildingSourceUnix.md index 14c5da1f8..ac875c292 100644 --- a/docs/install/BuildingSourceUnix.md +++ b/docs/install/BuildingSourceUnix.md @@ -68,7 +68,7 @@ Building Source 3. **Test** - In the **Terminal** window, use the steps below to build and run the simple example. + In the **Terminal** window, use the command below to build and run the simple example. Build examples @@ -112,5 +112,7 @@ Building Source Read [manuals](http://www.admb-project.org/docs/manuals/) for more information. ---- -For help and support, contact . +Help +---- + +For help and support, please post on the [ADMB Discussions](https://github.com/admb-project/admb/discussions). diff --git a/docs/install/BuildingSourceVisualStudio.md b/docs/install/BuildingSourceVisualStudio.md index 7d8d3641e..ce2865b5a 100644 --- a/docs/install/BuildingSourceVisualStudio.md +++ b/docs/install/BuildingSourceVisualStudio.md @@ -20,9 +20,9 @@ Building Source 2. **Build** - Double click Visual Studio **Developer Command Prompt** in **Visual Studio Tools**. + In the Windows Start Menu, double click Visual Studio **Developer Command Prompt** shortcut in **Visual Studio Tools** folder. - In the Visual Studio **Developer Command Prompt** window, use the steps below to build ADMB. + In the Visual Studio **Developer Command Prompt** window, use the commands below to build ADMB. Change to admb directory. @@ -38,7 +38,7 @@ Building Source 3. **Test** - In the **Developer Command Prompt** window, use the steps below to build and run the examples. + In the **Developer Command Prompt** window, use the commands below to build and run the examples. Build examples @@ -49,5 +49,7 @@ Building Source Read [manuals](http://www.admb-project.org/docs/manuals/) for more information. ---- -For help and support, contact . +Help +---- + +For help and support, please post on the [ADMB Discussions](https://github.com/admb-project/admb/discussions). diff --git a/docs/install/QuickStartUnix.md b/docs/install/QuickStartUnix.md index cd2d2e341..3c5dcfb11 100644 --- a/docs/install/QuickStartUnix.md +++ b/docs/install/QuickStartUnix.md @@ -15,6 +15,12 @@ The following tools are required to be installed on the local Linux computer. * GNU C++ * GNU stream editor (sed) +Below are the operating systems supported for linux. + +* Fedora 36 +* Ubuntu 20.04 +* Centos 7 + Quick Start ----------- @@ -32,7 +38,7 @@ Quick Start 3. **Use** ADMB - In the **Terminal** window, use the steps below to build and run the simple example. + In the **Terminal** window, use the commands below to build and run the simple example. Change to simple example directory. @@ -54,5 +60,7 @@ Quick Start Read [manuals](http://www.admb-project.org/docs/manuals/) for more information. ---- -For help and support, contact . +Help +---- + +For help and support, please post on the [ADMB Discussions](https://github.com/admb-project/admb/discussions). diff --git a/docs/install/QuickStartWindows.md b/docs/install/QuickStartWindows.md index ab623981c..ff23354cf 100644 --- a/docs/install/QuickStartWindows.md +++ b/docs/install/QuickStartWindows.md @@ -22,33 +22,33 @@ Quick Start 3. **Use** ADMB - To use ADMB, locate and double click **ADMB Command Prompt** in the Windows Start Menu. + To use ADMB, locate and double click **ADMB-13.1 Command Prompt** in the Windows Start Menu. - In the **ADMB Command Prompt** window, use the steps below to build and run the simple example. + In the **ADMB-13.1 Command Prompt** window, use the commands below to build and run the simple example. Change to simple example directory. ``` - C:\> cd \ADMB\examples\admb\simple + C:\> cd \admb-13.1\examples\admb\simple ``` Build simple example. ``` - C:\ADMB\examples\admb\simple> admb simple.tpl + C:\admb-13.1\examples\admb\simple> admb simple.tpl ``` Run simple example. ``` - C:\ADMB\examples\admb\simple> simple.exe + C:\admb-13.1\examples\admb\simple> simple.exe ``` Read [manuals](http://www.admb-project.org/docs/manuals/) for more information. 4. **Configure PATH** Optional - An alternative to using the **ADMB Command Prompt** is to add the ADMB installation directory **C:\ADMB\bin** to the system enviroment **PATH** variable. This will allow admb to be used in the **Windows Command Prompt**. + An alternative to using the **ADMB-13.1 Command Prompt** is to add the ADMB installation directory **C:\admb-13.1\bin** to the system enviroment **PATH** variable. This will allow admb to be used in the **Windows Command Prompt**. AD Studio --------- @@ -60,5 +60,7 @@ GDB, and Git. AD Studio 1.0 comes with ADMB 12.0, which is one version older than 12.1. ---- -For help and support, contact . +Help +---- + +For help and support, please post on the [ADMB Discussions](https://github.com/admb-project/admb/discussions). diff --git a/docs/install/QuickStartWindowsZip.md b/docs/install/QuickStartWindowsZip.md index 53f94e8b7..1e5a49bb7 100644 --- a/docs/install/QuickStartWindowsZip.md +++ b/docs/install/QuickStartWindowsZip.md @@ -22,7 +22,7 @@ Quick Start To use ADMB, locate and double click **ADMB Command Prompt** in **C:\admb-13.1** folder. - In the **ADMB Command Prompt** window, use the steps below to build and run the simple example. + In the **ADMB Command Prompt** window, use the commands below to build and run the simple example. Change to simple example directory. @@ -58,5 +58,7 @@ GDB, and Git. AD Studio 1.0 comes with ADMB 12.0, which is one version older than 12.1. ---- -For help and support, contact . +Help +---- + +For help and support, please post on the [ADMB Discussions](https://github.com/admb-project/admb/discussions).