Skip to content

Commit

Permalink
Updated readme to include instructions for retrieving EPANET submodul…
Browse files Browse the repository at this point in the history
…e dependency
  • Loading branch information
cbuahin committed Feb 26, 2024
1 parent b053ac0 commit 6725ac2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 6725ac2

Please sign in to comment.