mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
e08533bcd8
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
24 lines
966 B
Text
24 lines
966 B
Text
wxGTK3 is part of wxWidgets, a cross-platform API for writing GUI
|
|
applications on multiple platforms that still utilize the native
|
|
platform's controls and utilities.
|
|
|
|
webkit2gtk 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
|
|
|
|
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.
|
|
If you need to build packages using wxGTK/wxPython, simply
|
|
reinstall wxGTK/wxPython package and wx-config will point to correct version.
|
|
The same solution can be used if wxGTK3's wx-config is overwritten.
|