1. 25 Oct, 2013 1 commit
    • Ned Deily's avatar
      Issue #1584: Provide options to override default search paths for Tcl and Tk · b79da1cf
      Ned Deily authored
      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"
      b79da1cf
  2. 24 Oct, 2013 4 commits
  3. 23 Oct, 2013 5 commits
  4. 22 Oct, 2013 2 commits
  5. 21 Oct, 2013 2 commits
  6. 20 Oct, 2013 3 commits
  7. 19 Oct, 2013 6 commits
  8. 18 Oct, 2013 3 commits
  9. 17 Oct, 2013 3 commits
  10. 15 Oct, 2013 2 commits
  11. 14 Oct, 2013 6 commits
  12. 13 Oct, 2013 3 commits