-
Notifications
You must be signed in to change notification settings - Fork 28
Build Notes
Michael Tryby edited this page Jan 5, 2021
·
1 revision
- Initialize submodule
git submodule init
git submodule update
- Create virtual environment
-
pip install
from requirements.txt python setup.py build
Steps to try if python setup.py build
fails
- Create an environment variable
BOOST_ROOT_1_67_0
and set the variable to boost install location - Confirm swmm-solver directory is initialized
- Confirm swmm-solver build is working
cd swmm-solver
mkdir buildprod
cd buildprod
cmake -G "Visual Studio 14 2015 Win64" ..
cmake --build . --config Release --target install