Skip to content

Instantly share code, notes, and snippets.

@Akira-Hayasaka
Last active January 13, 2021 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Akira-Hayasaka/0fb0b243ef8a565d8456b79e6196d8d9 to your computer and use it in GitHub Desktop.
Save Akira-Hayasaka/0fb0b243ef8a565d8456b79e6196d8d9 to your computer and use it in GitHub Desktop.
install and setup msys2 env for using openFrameworks apothecary on windows 10
https://www.msys2.org/
http://www.gaia-gis.it/gaia-sins/mingw64_how_to.html
https://github.com/git-for-windows/git/wiki/Install-inside-MSYS2-proper
pacman -S --needed base-devel
pacman -S --needed mingw-w64-i686-toolchain
pacman -S --needed mingw-w64-x86_64-toolchain
pacman -S --needed mingw-w64-i686-cmake mingw-w64-x86_64-cmake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment