From 3e0da489d7606d6f57f411678bcf255b1777c0e3 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 6 Nov 2024 23:09:54 +0700 Subject: [PATCH] libraries/wxPython: Update README. Signed-off-by: Willy Sudiarto Raharjo --- libraries/wxPython/README | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/libraries/wxPython/README b/libraries/wxPython/README index 1f20bd3ae7..e4f73ebea2 100644 --- a/libraries/wxPython/README +++ b/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.