visualfc / atk

Another Golang Tcl/Tk binding GUI ToolKit
GNU Lesser General Public License v2.1
97 stars 19 forks source link

be able to build tcl/tk statically on linux #6

Closed jopbrown closed 4 years ago

jopbrown commented 4 years ago

To build statically with libtcl.a and libtk.a, all necessary indirect dependencies i.g. libX11, libm, libz, libdl must be explicitly specified. The PR is necessary to build an standalone app via atkvfs.