Skip to content

Instantly share code, notes, and snippets.

@ccaspers
Created June 15, 2015 16:45
Show Gist options
  • Save ccaspers/015d42c3090b6d686ceb to your computer and use it in GitHub Desktop.
Save ccaspers/015d42c3090b6d686ceb to your computer and use it in GitHub Desktop.
Compiling OpenMesh on Windows (Qt and MinGW)

Compiling OpenMesh with mingw and cmake on windows

  • unpack OpenMesh
  • go to OpenMesh folder and create a folder called "build" inside
  • open qt-cmd-prompt as administrator (needed to install)
  • cmake-gui
  • fill in path to source and build-directory
  • click Configure and choose mingw-makefiles
  • click Generate
  • close CMake-Gui and switch back to cmd-prompt
  • navigate to build folder
  • mingw32-make
  • mingw32-make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment