karalabe / xgo

Go CGO cross compiler
MIT License
2.14k stars 280 forks source link

Running with additional libraries, eg: GTK, QT, etc. #121

Open qrpike opened 6 years ago

qrpike commented 6 years ago

Is it possible to use xgo when the project uses C libraries like GTK or QT? How would I go about installing the dependencies inside of the container?

This project uses GTK if you need an example: github.com/zserge/webview

Thanks,