From 6725ac276c35b7e153bc4276a1e718232f77281a Mon Sep 17 00:00:00 2001 From: Caleb Date: Sun, 25 Feb 2024 20:32:00 -0500 Subject: [PATCH] Updated readme to include instructions for retrieving EPANET submodule dependency --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6337c99..fb15e1d 100644 --- a/readme.md +++ b/readme.md @@ -14,10 +14,11 @@ root directory and supports builds for Linux, Mac OS and Windows. To build the E using CMake, first open a console window and navigate to the project's root directory. Then enter the following commands: ``` +git submodule init +git submodule update --recursive cmake -B build . cmake --build build --config Release --target package ``` # Documentation - EPANET-MSX manual can be found here: [MSX manual](https://github.com/USEPA/EPANETMSX/blob/master/Doc/EPANETMSX.pdf)