summaryrefslogtreecommitdiff
path: root/libraries/wxWidgets/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-09-02 21:53:02 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-09-03 17:58:46 +0700
commitafc914636fc02295ae39fe03e351d99f595f082f (patch)
treed356d441869d6e181ade697488d82cf92b69e642 /libraries/wxWidgets/README
parent99c983f5935ad1462d44e69d9ac61e199529175c (diff)
downloadslackbuilds-afc914636fc02295ae39fe03e351d99f595f082f.tar.gz
libraries/wxWidgets: Added (cross-platform GUI toolkit)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/wxWidgets/README')
-rw-r--r--libraries/wxWidgets/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/libraries/wxWidgets/README b/libraries/wxWidgets/README
new file mode 100644
index 0000000000..16c1bd01a3
--- /dev/null
+++ b/libraries/wxWidgets/README
@@ -0,0 +1,21 @@
+wxWidgets is a cross-platform API for writing GUI applications
+on multiple platforms that still utilize the native platform's
+controls and utilities.
+
+webkit2gtk is an optional dependency of this package. This will
+provide webview support.
+
+Notes:
+
+1. This package is NOT built using --enable-stl by default.
+ If you need to enable stl, use:
+ STL=yes ./wxWidgets.SlackBuild
+
+2. If you need the wxWidgets API documentation, you need to
+ install graphviz, then run wxWidgets.SlackBuild with
+ APIDOC=yes in the environment. You won't need the API docs
+ unless you're developing software.
+
+This package provides 2 interfaces, GTK3 and Qt5.
+By default, wx-config will be linked to GTK3, but if you want
+to use Qt5, use INTERFACE=qt variable to override.