-
Notifications
You must be signed in to change notification settings - Fork 51
Home
Li Shengqiu edited this page Mar 27, 2017
·
6 revisions
Welcome to the wxGo wiki!
ld.exe
in all of the MinGW versions that I have tested does not work fine with -s
option when compiling wxGo. On Linux and Mac, -s
option is added by default in the setup_*.go
and can be removed.
Currently only 64bit version of wxgtk2 is included in wxGo. You can use -tags gtk2
to enable it, i.e go get -x -tags gtk2 github.com/dontpanic92/wxGo/wx
.