The Ports Collection supports parallel installation of
multiple Tcl/Tk versions. Ports
should try to support at least the default
Tcl/Tk version and higher with
USES=tcl
. It is possible to specify the
desired version of tcl
by appending
:
, for example,
xx
USES=tcl:85
.
TCL_VER | chosen major.minor version of Tcl |
TCLSH | full path of the Tcl interpreter |
TCL_LIBDIR | path of the Tcl libraries |
TCL_INCLUDEDIR | path of the Tcl C header files |
TK_VER | chosen major.minor version of Tk |
WISH | full path of the Tk interpreter |
TK_LIBDIR | path of the Tk libraries |
TK_INCLUDEDIR | path of the Tk C header files |
See the USES=tcl
and
USES=tk
of
章 15, Using USES
Macros for a full description of those
variables. A complete list of those variables is available in
/usr/ports/Mk/Uses/tcl.mk
.
本文及其他文件,可由此下載: ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/。
若有 FreeBSD 方面疑問,請先閱讀
FreeBSD 相關文件,如不能解決的話,再洽詢
<questions@FreeBSD.org>。
關於本文件的問題,請洽詢
<doc@FreeBSD.org>。