Browse Source
libraries/wxPython: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/256/head
Willy Sudiarto Raharjo
11 months ago
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with
4 additions and
13 deletions
-
libraries/wxPython/README
|
|
@ -11,19 +11,10 @@ available from SlackBuilds.org. |
|
|
|
Another optional dependency is libmspack, which is used by the CHM help |
|
|
|
viewer. |
|
|
|
|
|
|
|
wxPython is a port of wxWidgets and as such compatible to other ports |
|
|
|
like wxGTK and wxX11. Note that SlackBuilds.org builds are only tested |
|
|
|
with wxPython (not wxGTK or wxX11), so this is the correct package to |
|
|
|
install unless you have very specific and weird requirements. |
|
|
|
wxPython can be installed alongside wxGTK3/wxWidgets, but it will |
|
|
|
overwrite the /usr/bin/wx-config created by wxGTK3/wxWidgets. |
|
|
|
|
|
|
|
wxPython can be installed alongside wxGTK3, but it will overwrite the |
|
|
|
/usr/bin/wx-config created by wxGTK3. |
|
|
|
|
|
|
|
If you need to build packages using wxGTK3, simply reinstall the |
|
|
|
wxGTK3 package and wx-config will point to correct version. |
|
|
|
If you need to build packages using wxGTK3/wxWidgets, simply reinstall |
|
|
|
the wxGTK3/wxWidgets and wx-config will point to correct version. |
|
|
|
|
|
|
|
The same solution can be used if wxPython's wx-config is overwritten. |
|
|
|
|
|
|
|
We are in the process of updating all scripts that use wxGTK3 or |
|
|
|
wxPython to ignore the wx-config symlink at build time, so this will |
|
|
|
stop being a problem some time in the future. |