summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-05-13 19:58:34 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-05-16 23:25:33 +0200
commit1e164776a737b57c54a71f6eab8f93263146b089 (patch)
tree8d359bc41428b72c1c31fa421240a6cb96d0843d /README
parent6ab99f519b3dd96d5d51a8259f07398542dc9473 (diff)
downloadmanaserv-1e164776a737b57c54a71f6eab8f93263146b089.tar.gz
manaserv-1e164776a737b57c54a71f6eab8f93263146b089.tar.xz
manaserv-1e164776a737b57c54a71f6eab8f93263146b089.zip
Added some documentation about the dependencies
Reviewed-by: Jared Adams
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 1348dac..2b684d9 100644
--- a/README
+++ b/README
@@ -3,6 +3,15 @@ Setting up a Mana server
COMPILATION
+Before trying to compile, make sure all the dependencies are installed. For
+each dependency the Ubuntu package name is listed as well as the website.
+
+ * Enet (libenet-dev) - http://enet.bespin.org/
+ * libxml2 (libxml2-dev) - http://xmlsoft.org/
+ * Lua (liblua5.1-0-dev) - http://lua.org/
+ * PhysFS (libphysfs-dev) - http://icculus.org/physfs/
+ * SQLite 3 (libsqlite3-dev) - http://sqlite.org/
+
0) autoreconf -i (when you cloned via git)
1) ./configure
2) make