~ubuntu-branches/ubuntu/intrepid/ruby1.9/intrepid-updates

« back to all changes in this revision

Viewing changes to ext/tk/README.tcltklib

  • Committer: Bazaar Package Importer
  • Author(s): akira yamada
  • Date: 2007-05-21 14:00:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070521140019-ui4zd0v80duktssk
Tags: 1.9.0+20070521-1
new upstream snapshot. (2006-07-21)  (Closes: #414856, #388344)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
      (e.g. "/Library/Frameworks/Tk.framework/Headers")
42
42
 
43
43
 
 
44
 --with-X11 / --without-X11    use / not use the X Window System
 
45
 
 
46
 --with-X11-dir=<path> 
 
47
      equal to "--with-X11-include=<path>/include --with-X11-lib=<path>/lib"
 
48
 
 
49
 --with-X11-include=<dir>      the directry contains X11 header files
 
50
 --with-X11-lib=<dir>          the directry contains X11 libraries
 
51
 
 
52
 
44
53
If you forgot to give the options when do 'configure' on toplevel
45
54
directry of Ruby sources, please try something like as the followings.
46
55