installing sqlite
Install msys
download and execute msys from https://www.msys2.org/
Update msys
pacman -SyuInstall development tools
pacman -S base-devel gcc vim cmakeInstall other packages
pacman -S development(for more detailed information see https://www.devdungeon.com/content/install-gcc-compiler-windows-msys2-cc)
Comments
Post a Comment