mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
* ext/tk/extconf.rb: Framework support on MacOS X Tiger.
* ext/tk/README.tcltklib: add description of Framework support options. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
34075ed209
commit
94aa5943bb
3 changed files with 66 additions and 13 deletions
|
@ -22,7 +22,24 @@ some or all of the following options.
|
|||
--with-tcl-lib=<dir> the directry containts 'libtcl<version>.so'
|
||||
--with-tk-lib=<dir> the directry containts 'libtk<version>.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=<dir> the directory containts Tcl/Tk framework;
|
||||
"<dir>/Tcl.framework" and "<dir>/Tk.framework".
|
||||
When this option is given, it is assumed that
|
||||
--enable-tcltk-framework option is given also.
|
||||
|
||||
--with-tcl-framework-header=<dir>
|
||||
Tcl framework headers directory
|
||||
(e.g. "/Library/Frameworks/Tcl.framework/Headers")
|
||||
|
||||
--with-tk-framework-header=<dir>
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue