go-qml / qml

QML support for the Go language
Other
1.96k stars 189 forks source link

README.md: Add pkg-config in Windows requirements #114

Open felixrabe opened 9 years ago

felixrabe commented 9 years ago

TODO: This should be improved with a link to the current best practices of installing pkg-config on Mingw.

felixrabe commented 9 years ago

See also: http://stackoverflow.com/questions/26453293/what-is-the-best-way-to-install-pkg-config-on-mingw-in-2014

felixrabe commented 9 years ago

See also: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/pkg-config.rb which runs ./configure --with-internal-glib.

felixrabe commented 9 years ago

Way to go: MSYS2 + MinGW-w64. See StackOverflow.