slackbuilds/libraries/wxGTK3
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README libraries/wxGTK3: Switch to use GTK+3. 2021-06-14 13:22:11 +07:00
slack-desc
wxGTK3.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
wxGTK3.info

README

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.