andlabs / ui

Platform-native GUI library for Go.
Other
8.33k stars 651 forks source link

Build From macos-x to linux Fail #336

Closed xiaomingloveqinger closed 5 years ago

xiaomingloveqinger commented 5 years ago
andlabs commented 5 years ago

You will need a Linux gcc toolchain and Linux versions of the GTK+ libraries to link against. Once you have those, use $CCC and $CXX to point cgo to that compiler.

xiaomingloveqinger commented 5 years ago

thanks for the reply. I use the virtual box , start a ubuntu virtual machine and build from there , everything works beautiful.

andlabs commented 5 years ago

Going to close this as a result of the last comment.