summaryrefslogtreecommitdiff
path: root/ext/tk/README.tcltklib
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-30 06:41:01 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-30 06:41:01 +0000
commit5d639de5d3acd7032d13b0874bc0920714401571 (patch)
tree49354c0431f7b77b31e345794ac9fef8458c19a0 /ext/tk/README.tcltklib
parent4d3f87718014cf13189c35c4ed8a6cfd93a91406 (diff)
* ext/tk/extconf.rb: better support for MinGW environment.
* ext/tk/README.tcltklib: add info of --with-tcltk-drive for Windows. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/README.tcltklib')
-rw-r--r--ext/tk/README.tcltklib2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/tk/README.tcltklib b/ext/tk/README.tcltklib
index 251348e91a..6f278a6dca 100644
--- a/ext/tk/README.tcltklib
+++ b/ext/tk/README.tcltklib
@@ -61,6 +61,8 @@ some or all of the following options.
--with-tcl-lib=<dir> the directry contains 'libtcl<version>.so'
--with-tk-lib=<dir> the directry contains 'libtk<version>.so'
+ --with-tcltk-drive=<drive> (Windows) drive letter for Tcl/Tk libraries.
+
--enable-mac-tcltk-framework (MacOS X) use Tcl/Tk framework
(Obsolete. Please use '--enable-tcltk-framework'.)