diff options
Diffstat (limited to 'libraries/wxGTK3/README')
-rw-r--r-- | libraries/wxGTK3/README | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/libraries/wxGTK3/README b/libraries/wxGTK3/README index ddb59333c7df1..60664362d1143 100644 --- a/libraries/wxGTK3/README +++ b/libraries/wxGTK3/README @@ -5,8 +5,17 @@ platform's controls and utilities. webkitgtk and webkitgtk3 are optional dependencies of this package. This will provide webview support. -NOTE: this package is NOT built using --enable-stl by default. -if you need to enable stl, use STL=yes ./wxGTK3.SlackBuild +NOTE: +this package is NOT built using --enable-stl by default. +if you need to enable stl, use: +STL=yes ./wxGTK3.SlackBuild + +If you need to build static version, use: +STATIC=yes ./wxGTK3.SlackBuild +When building with static libraries, plugin support will be disabled. + +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. |