summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-30 23:05:36 -0400
committerPietro Gagliardi <[email protected]>2014-08-30 23:05:36 -0400
commit070e3d89e2c500a375cc4a7f820f3d44243b600a (patch)
treedfe9d96a56d3d74c0a60da998b21eb659630103f
parent77bf566ebbcb62acd4d08d905d9542d6ff9b6b80 (diff)
Added a new README.
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..964fbdd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# ui: platform-native GUI library for Go
+
+This is a library that aims to provide simple GUI software development in Go. It runs on/requires:
+
+* Windows: cgo, mingw-w64, Windows XP and newer
+* Mac OS X: cgo, Mac OS X 10.7 and newer
+* other Unixes: cgo, GTK+ 3.4 and newer
+
+Go 1.3 is required. Note that vanilla 1.3 has a bug in Mac OS X cgo; the next release will fix it.
+
+(this README needs some work)
+
+prevlib.tar contains the previous version of the library as it stood when I restarted; don't bother using it.