summaryrefslogtreecommitdiffstats
path: root/macosx/README
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-04 22:41:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-04 22:41:44 (GMT)
commitb91c074724b352ba32cb41def9d3a815f7515338 (patch)
tree2afd244309bb313e9c108ad2756edede6f096f33 /macosx/README
parent4d4c3be876cd49ad3d88ffcca2a1964c63081414 (diff)
downloadtk-b91c074724b352ba32cb41def9d3a815f7515338.zip
tk-b91c074724b352ba32cb41def9d3a815f7515338.tar.gz
tk-b91c074724b352ba32cb41def9d3a815f7515338.tar.bz2
Fix [f8f1f0b103]: macosx/README: update Wiki and X11 info. Also change more links to point to the current https://core.tcl-lang.org
Diffstat (limited to 'macosx/README')
-rw-r--r--macosx/README8
1 files changed, 3 insertions, 5 deletions
diff --git a/macosx/README b/macosx/README
index 55306b3..1decd54 100644
--- a/macosx/README
+++ b/macosx/README
@@ -16,19 +16,17 @@ before asking on the list, many questions have already been answered).
http://groups.google.com/group/comp.lang.tcl/
- The Tcl'ers Wiki also has many pages dealing with Tcl & Tk on macOS, see
- http://wiki.tcl.tk/_/ref?N=3753
- http://wiki.tcl.tk/_/ref?N=8361
+ https://wiki.tcl-lang.org/page/MacOS
- Please report bugs with Tk on macOS to the tracker:
- http://core.tcl.tk/tk/reportlist
+ https://core.tcl-lang.org/tk/reportlist
2. Using Tcl/Tk on macOS
---------------------------
- There are two versions of Tk available on macOS: TkAqua using the native
aqua widgets and look&feel, and TkX11 using the traditional unix X11 widgets.
-TkX11 requires an X11 server to be installed, such as Apple's X11 (which is
-available as an optional or default install on recent macOS).
+TkX11 requires an X11 server to be installed, such as XQuartz (available from www.xquartz.org).
TkAqua and TkX11 can be distinguished at runtime via [tk windowingsystem].
- At a minimum, macOS 10.3 is required to run Tcl and TkX11.