summaryrefslogtreecommitdiffstats
path: root/ext/tk/README.tcltklib
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-11-22 07:06:11 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-11-22 07:06:11 +0000
commita4482bf86399fb88e2352d9cf431e8623814b556 (patch)
treed4314dbbb77497a78c895b8119e35c80729633e6 /ext/tk/README.tcltklib
parentf6483c2530888bb9f5f21d102e0499baad7707b0 (diff)
downloadruby-a4482bf86399fb88e2352d9cf431e8623814b556.tar.gz
ruby-a4482bf86399fb88e2352d9cf431e8623814b556.tar.xz
ruby-a4482bf86399fb88e2352d9cf431e8623814b556.zip
* ext/tk/extconf.rb: support --with-X11/--without-X11 option.
* ext/tk/README.tcltklib: add description about --with-X11-* option [ruby-talk:225166] and --with-X11/--without-X11 option. * ext/tk/tkutil/extconf.rb: able to be called manually [ruby-talk:225950]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/README.tcltklib')
-rw-r--r--ext/tk/README.tcltklib9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/tk/README.tcltklib b/ext/tk/README.tcltklib
index 5d1da48a4..e939ba1f5 100644
--- a/ext/tk/README.tcltklib
+++ b/ext/tk/README.tcltklib
@@ -41,6 +41,15 @@ some or all of the following options.
(e.g. "/Library/Frameworks/Tk.framework/Headers")
+ --with-X11 / --without-X11 use / not use the X Window System
+
+ --with-X11-dir=<path>
+ equal to "--with-X11-include=<path>/include --with-X11-lib=<path>/lib"
+
+ --with-X11-include=<dir> the directry contains X11 header files
+ --with-X11-lib=<dir> the directry contains X11 libraries
+
+
If you forgot to give the options when do 'configure' on toplevel
directry of Ruby sources, please try something like as the followings.