From c713432a16a55552c19171dc0606cd81b796861b Mon Sep 17 00:00:00 2001 From: nagai Date: Mon, 23 May 2005 07:27:08 +0000 Subject: * ext/tk/extconf.rb: Framework support on MacOS X Tiger. * ext/tk/README.tcltklib: add description of Framework support options. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/README.tcltklib | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'ext/tk/README.tcltklib') diff --git a/ext/tk/README.tcltklib b/ext/tk/README.tcltklib index 4d5cd9328..5d1da48a4 100644 --- a/ext/tk/README.tcltklib +++ b/ext/tk/README.tcltklib @@ -22,7 +22,24 @@ some or all of the following options. --with-tcl-lib= the directry containts 'libtcl.so' --with-tk-lib= the directry containts 'libtk.so' - --enable-mac-tcltk-framework (Mac OSX only) use Tcl/Tk framework + --enable-mac-tcltk-framework (MacOS X) use Tcl/Tk framework + (Obsolete. Please use '--enable-tcltk-framework'.) + + --enable-tcltk-framework use Tcl/Tk framework + + --with-tcltk-framework= the directory containts Tcl/Tk framework; + "/Tcl.framework" and "/Tk.framework". + When this option is given, it is assumed that + --enable-tcltk-framework option is given also. + + --with-tcl-framework-header= + Tcl framework headers directory + (e.g. "/Library/Frameworks/Tcl.framework/Headers") + + --with-tk-framework-header= + Tk framework headers directory + (e.g. "/Library/Frameworks/Tk.framework/Headers") + If you forgot to give the options when do 'configure' on toplevel directry of Ruby sources, please try something like as the followings. -- cgit