-
Notifications
You must be signed in to change notification settings - Fork 29
Porting to Windows
Dilawar Singh edited this page Jun 28, 2019
·
2 revisions
- Install MSYS2
- Launch MSYS2 MinGW64 launcher in admin mode.
- Use
pacman
to install the followings:
- mingw64/mingw-w64-x86_64-python3-numpy
- mingw64/mingw-w64-x86_64-cmake
- mingw64/mingw-w64-x86_64-boost, or mingw64/mingw-w64-x86_64-gsl
- git
- Build
- git clone https://github.com/BhallaLab/moose-core
- cd moose-core
- cmake -G"MSYS Makefiles" -DWITH_BOOST=ON -DPYTHON_EXECUTABLE=/mingw64/bin/python3 ..
- make