Sha256: 861a59d3f1e2fdbb90b87b55318dd7147648622a503d4370c7fd9c77ce903fad
Contents?: true
Size: 413 Bytes
Versions: 3
Compression:
Stored size: 413 Bytes
Contents
# # setup.rb -- setup script before calling TkPackage.require() # # If you need some setup operations (for example, add a library path # to the library search path) before using Tcl/Tk library packages # wrapped by Ruby scripts in this directory, please write the setup # operations in this file. # # set [incr Tk] library directory # ENV['ITK_LIBRARY'] = '/usr/local/ActiveTcl/lib/itk3.2/'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tk_as_gem-0.1.0 | ext/lib/tkextlib/itk/setup.rb |
tk_as_gem-0.0.1 | ext/lib/tkextlib/itk/setup.rb |
tk_as_gem-0.0.0 | ext/lib/tkextlib/itk/setup.rb |