mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
added comments about tcl/tk -l options
This commit is contained in:
parent
1bc716f2fc
commit
919c576254
1 changed files with 3 additions and 1 deletions
|
|
@ -231,13 +231,15 @@ md5 md5module.c md5c.c
|
||||||
# extensions), edit tkappinit.c, add appropriate -DWITH_... and
|
# extensions), edit tkappinit.c, add appropriate -DWITH_... and
|
||||||
# libraries/objects to the second line, and use that.
|
# libraries/objects to the second line, and use that.
|
||||||
#
|
#
|
||||||
|
# Make sure to edit the -l arguments to use the correct versions!
|
||||||
|
#
|
||||||
# In all cases also enable the last line (TKPATH).
|
# In all cases also enable the last line (TKPATH).
|
||||||
#
|
#
|
||||||
# See the section "The Tk interface" in ../README for more info.
|
# See the section "The Tk interface" in ../README for more info.
|
||||||
|
|
||||||
# *** Use ONE of the following two lines, see previous comments ***
|
# *** Use ONE of the following two lines, see previous comments ***
|
||||||
#_tkinter _tkinter.c -I/usr/local/include -L/usr/local/lib -ltk4.0 -ltcl7.4 -lX11
|
#_tkinter _tkinter.c -I/usr/local/include -L/usr/local/lib -ltk4.0 -ltcl7.4 -lX11
|
||||||
#_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I/usr/local/include -L/usr/local/lib -ltk -ltcl -lX11
|
#_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I/usr/local/include -L/usr/local/lib -ltk4.0 -ltcl7.4 -lX11
|
||||||
|
|
||||||
# *** ALWAYS use this line as well ***
|
# *** ALWAYS use this line as well ***
|
||||||
#TKPATH=:$(DESTLIB)/tkinter
|
#TKPATH=:$(DESTLIB)/tkinter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue