summaryrefslogtreecommitdiff
path: root/libraries/wxX11/README
diff options
context:
space:
mode:
authorVincent Batts <vbatts@batts.mine.nu>2010-05-11 20:01:05 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-11 20:01:05 +0200
commit51f68d81fbfbeba9c5c45ccc27cac3b4b521d0e8 (patch)
tree2be0e7df822d2742e93ceaab0af60937bfbb95c7 /libraries/wxX11/README
parent0eca46f72bb1be2128d14b8e6386deb57d39ab3e (diff)
downloadslackbuilds-51f68d81fbfbeba9c5c45ccc27cac3b4b521d0e8.tar.gz
libraries/wxX11: Added to 12.0 repository
Diffstat (limited to 'libraries/wxX11/README')
-rw-r--r--libraries/wxX11/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/wxX11/README b/libraries/wxX11/README
new file mode 100644
index 0000000000..b04791fe6f
--- /dev/null
+++ b/libraries/wxX11/README
@@ -0,0 +1,9 @@
+wxWidgets lets developers create applications for Win32, Mac OS X, GTK+, X11,
+Motif, WinCE, and more using one codebase. It can be used from languages such
+as C++, Python, Perl, and C#/.NET. Unlike other cross- platform toolkits,
+wxWidgets applications look and feel native. This is because wxWidgets uses
+the platform's own native controls rather than emulating them.
+
+This package is built with the '--disable-gui' flag, which requires GTK1 or
+GTK2. If you need it for that purpose, then you need to track down those gtk
+dependencies.