botp
2018-08-06 16:06:20 UTC
installing and using tk in ruby, fwiw:
1 download latest tcl/tc fr activestate (
https://www.activestate.com/activetcl/downloads). by default it downloads
to /opt/
2 set lib location (wc is under /opt/ if you opted for the default) using
ldconfig
3 use tk in ruby using ffi-tk gem (https://github.com/manveru/ffi-tk)
4 try the examples included in ffi-tk. they should work.
hth
1 download latest tcl/tc fr activestate (
https://www.activestate.com/activetcl/downloads). by default it downloads
to /opt/
2 set lib location (wc is under /opt/ if you opted for the default) using
ldconfig
3 use tk in ruby using ffi-tk gem (https://github.com/manveru/ffi-tk)
4 try the examples included in ffi-tk. they should work.
hth
--
many thanks and kind regards,
--botp
many thanks and kind regards,
--botp