From ee95c5d2f4355f03208d38c7cd72e3cc7a5b6d0e Mon Sep 17 00:00:00 2001 From: nagai Date: Wed, 22 Nov 2006 07:06:11 +0000 Subject: * 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/branches/ruby_1_8@11301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/README.tcltklib | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ext/tk/README.tcltklib') 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= + equal to "--with-X11-include=/include --with-X11-lib=/lib" + + --with-X11-include= the directry contains X11 header files + --with-X11-lib= 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. -- cgit