diff options
Diffstat (limited to 'libraries/wxGTK3/README')
-rw-r--r-- | libraries/wxGTK3/README | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/libraries/wxGTK3/README b/libraries/wxGTK3/README index 3fbec5eddc0e..6408cabda657 100644 --- a/libraries/wxGTK3/README +++ b/libraries/wxGTK3/README @@ -18,7 +18,14 @@ This script also auto-detect webkitgtk presence. If it's installed, it will automatically use --enable-webkit parameter. wxGTK3 can be installed alongside with wxGTK/wxPython, but it will -overwrite wx-config created by wxGTK/wxPython. -If you need to build packages using wxGTK/wxPython, simply -reinstall wxGTK/wxPython package and wx-config will point to correct version. +overwrite the /usr/bin/wx-config created by wxGTK/wxPython. + +If you need to build packages using wxGTK/wxPython, simply reinstall +the wxGTK/wxPython package and wx-config will point to correct +version. + The same solution can be used if wxGTK3'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. |