We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not sure this is the right place to post, but went round and round trying to get Tk working.
export PATH="/opt/homebrew/opt/tcl-tk@8/bin:$PATH" export LDFLAGS="-L/opt/homebrew/opt/tcl-tk@8/lib" export CPPFLAGS="-I/opt/homebrew/opt/tcl-tk@8/include" export PKG_CONFIG_PATH="/opt/homebrew/opt/tcl-tk@8/lib/pkgconfig"
The text was updated successfully, but these errors were encountered:
From the README:
Unfortunately we have no resource to handle issue reports. Therefore please open pull request with either: a bug report with a correction patch or (at least) a reproducible code snippet for an issue in form of a test/spec. Thank you in advance!
Unfortunately we have no resource to handle issue reports.
Therefore please open pull request with either:
Sorry, something went wrong.
No branches or pull requests
Not sure this is the right place to post, but went round and round trying to get Tk working.
export PATH="/opt/homebrew/opt/tcl-tk@8/bin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/tcl-tk@8/lib"
export CPPFLAGS="-I/opt/homebrew/opt/tcl-tk@8/include"
export PKG_CONFIG_PATH="/opt/homebrew/opt/tcl-tk@8/lib/pkgconfig"
The text was updated successfully, but these errors were encountered: