8000 Updating brew install command to build _tkinter by izumiberat · Pull Request #893 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Updating brew install command to build _tkinter #893

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 13, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove instructions for 3.6 and older
  • Loading branch information
erlend-aasland authored Jun 13, 2022
commit 22851c5fbf4271460f6acd82c9f7cea24d119712
9 changes: 0 additions & 9 deletions setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -400,15 +400,6 @@ For Python versions 3.9 through 3.7::
--with-tcltk-libs="$(pkg-config --libs tcl tk)" \
--with-tcltk-includes="$(pkg-config --cflags tcl tk)"

For Python versions 3.6 and older::

$ export PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig"
$ CPPFLAGS="-I$(brew --prefix openssl)/include" \
LDFLAGS="-L$(brew --prefix openssl)/lib" \
./configure --with-pydebug \
--with-tcltk-libs="$(pkg-config --libs tcl tk)" \
--with-tcltk-includes="$(pkg-config --cflags tcl tk)"

and ``make``::

$ make -s -j2
Expand Down
0