Last active
January 13, 2021 07:56
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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