summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2010-11-18 22:08:20 +0000
committerChristian Pointner <equinox@spreadspace.org>2010-11-18 22:08:20 +0000
commitb5706db43ef0e5985805c13dc6447ac5fa4da8de (patch)
tree8e72fe8cd392cba435cb96dc01f28a234a1830b0
parentremoved now useles dirty functions (diff)
updated readme (socket is no longer a core dependency)
git-svn-id: https://svn.spreadspace.org/gcsd/trunk@41 ac14a137-c7f1-4531-abe0-07747231d213
-rw-r--r--README13
-rw-r--r--TODO2
2 files changed, 9 insertions, 6 deletions
diff --git a/README b/README
index 786f222..8323847 100644
--- a/README
+++ b/README
@@ -17,29 +17,32 @@ Dependencies
Linux
-----
-common:
+core:
build-essential
lua5.1
liblua5.1-0-dev
- liblua5.1-socket2
if you want to rebuild the manpage:
asciidoc
+modules:
+ liblua5.1-socket2
+
FreeBSD
-------
-common:
+core:
devel/gmake
lang/lua
- net/luasocket
+modules:
+ net/luasocket
Windows
-------
-common:
+core:
MinGW and MSYS (details follow)
lua-5.1.x
diff --git a/TODO b/TODO
index e7cc298..e78bf25 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
- * correct reimplementation of select, read, write, exec
+ * correct reimplementation of read, write, exec
* command-queue + expected responses
* input modules
- stdio