Staging
v0.8.1
https://github.com/python/cpython
Revision 65657c27fabc9d2419d1616c7e0e3915998047e0 authored by Ned Deily on 25 October 2013, 07:34:44 UTC, committed by Ned Deily on 25 October 2013, 07:34:44 UTC
when building _tkinter.  configure has two new options; if used, both must
be specified:

  ./configure \
      --with-tcltk-includes="-I/opt/local/include" \
      --with-tcltk-libs="-L/opt/local/lib -ltcl8.5 -ltk8.5"

In addition, the options can be overridden with make:

   make \
       TCLTK_INCLUDES="-I/opt/local/include" \
       TCLTK_LIBS="-L/opt/local/lib -ltcl8.6 -ltk8.6"
1 parent 7d6392c
History
Tip revision: 65657c27fabc9d2419d1616c7e0e3915998047e0 authored by Ned Deily on 25 October 2013, 07:34:44 UTC
Issue #1584: Provide options to override default search paths for Tcl and Tk
Tip revision: 65657c2
File Mode Size
Grammar -rw-r--r-- 5.9 KB

back to top