diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-09 23:03:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-10 08:34:53 +0700 |
commit | f905174a291b71717bdf647be065db2bb79738c0 (patch) | |
tree | c81d62ff19bec87df27cfe9cdf889024e53c646f /libraries/wxGTK3/README | |
parent | 51023864d24a68b2bf787cae96fdeb412e0b572a (diff) | |
download | slackbuilds-f905174a291b71717bdf647be065db2bb79738c0.tar.gz |
libraries/wxGTK3: Support static and webview feature.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 ddb59333c7..60664362d1 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. |