Skip to content

Commit 7fa115b

Browse files
committed
Downloading the submodule properly.
1 parent cf3585f commit 7fa115b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

owa-epanet/build_owa-epanet.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cls
22

3-
git clone --branch=dev https://github.com/OpenWaterAnalytics/EPANET.git
3+
git submodule update --init
44

55
SET CMAKE_PATH=cmake.exe
66
SET Build_PATH=%CD%
@@ -15,5 +15,7 @@ rem with '%CMAKE_PATH% ../ -A Win32'."
1515
%CMAKE_PATH% ../ -A x64
1616
%CMAKE_PATH% --build . --config Release
1717

18+
rem 'After successful compilation "toolkit.py", "_toolkit.pyd", "epanet2.dll" will be created. You can start using the toolkit by importing the module "toolkit.py".
19+
1820
cd ..
1921
pause

0 commit comments

Comments
 (0)