Skip to content

Porting to Windows

Dilawar Singh edited this page Jun 28, 2019 · 2 revisions
  1. Install MSYS2
  2. Launch MSYS2 MinGW64 launcher in admin mode.
  3. 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
  1. Build
Clone this wiki locally