Skip to content

Commit aee7abd

Browse files
committed
Merging upstream dev
2 parents d92cbb5 + 1a95f18 commit aee7abd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ is currently under active development. The build process is likely to change.
1414

1515

1616
### Build Process
17-
The idea here is to build the SWMM library seperately link it with the SWIG
17+
The idea here is to build the SWMM library seperately and link it with the SWIG
1818
wrapper. This approach uses implicit linking, therefore, an import library
1919
must be created. CMake does this automatically using the Generate Export Header
2020
function. Once built the SWMM library and headers are manually copied to the
@@ -24,16 +24,16 @@ swmm5.dll.
2424

2525
Step 1 - Build SWMM Library
2626

27-
Build the SWMM Library using CMake generator "Visual Studio 14 2015 Win64"
28-
Be sure "generate export header" section of the SWMM Project CMakeLists.txt
29-
is not commented out.
27+
Checkout the feature-reentrancy branch of the OWA SWMM project. Build the SWMM
28+
Library using CMake generator "Visual Studio 14 2015 Win64". Be sure "generate
29+
export header" section of the SWMM Project CMakeLists.txt is not commented out.
3030

3131

3232
Step 2 - Copy SWMM Library
3333

34-
In the swmm-toolkit directory create two directories include and lib. Copy
35-
swmm5.h and toolkitAPI.h to include. And copy swmm5.dll, swmm5.lib and
36-
swmm5.exp to lib. These are the locations defined in the setup.py file.
34+
In the swmm\toolkit directory copy swmm5.h, swmm5_export.h, toolkitAPI.h,
35+
swmm5.dll, swmm5.lib, and swmm5.exp all together in the same folder. The
36+
setup.py file is configured to find them there.
3737

3838

3939
Step 3 - Build SWMM Toolkit

0 commit comments

Comments
 (0)