diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-06 23:06:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-06 23:40:30 +0700 |
commit | eef8b55840992833aa75030765cbc3ed848bc6a9 (patch) | |
tree | c5be24a0aaf1ddd57aa06c20909e64f38f4e6100 | |
parent | 1fd3351b32c896dcb2ba813ceb7b13df70aa24b6 (diff) |
libraries/wxGTK3: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/wxGTK3/README | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/libraries/wxGTK3/README b/libraries/wxGTK3/README index ee922ffcde..b523c5e391 100644 --- a/libraries/wxGTK3/README +++ b/libraries/wxGTK3/README @@ -25,16 +25,12 @@ Notes: Conflict warning: -wxGTK3 can be installed alongside wxGTK/wxPython, but it will -overwrite the /usr/bin/wx-config created by wxGTK/wxPython. +wxGTK3 can be installed alongside wxPython{3,4}/wxWidgets, but it will +overwrite the /usr/bin/wx-config created by wxPython{3,4}/wxWidgets. -If you need to build packages using wxGTK/wxPython, simply reinstall -the wxGTK/wxPython package and wx-config will point to correct -version. +If you need to build packages using wxPython{3,4}/wxWidgets, simply +reinstall the wxPython{3,4}/wxWidgets package and wx-config will point +to correct version. The same solution can be used if wxGTK3's wx-config is overwritten -by wxPython. - -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. +by wxPython{3,4}/wxWidgets. |