installing sqlite

Install msys

download and execute msys from https://www.msys2.org/

Update msys

pacman -Syu

Install development tools

pacman -S base-devel gcc vim cmake

Install other packages

pacman -S development


(for more detailed information see https://www.devdungeon.com/content/install-gcc-compiler-windows-msys2-cc)




Comments