summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-10-19 02:10:57 +0800
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-10-19 02:16:17 +0800
commitae8a5ce84a80381eb862468091154c2cc7c60124 (patch)
tree68981a7f10718fabd3cdd18b838965ce3a55a44b /README
parente7ba7e0956c0d80573b9dabf144d050ad5ae4ef6 (diff)
downloadmanaserv-ae8a5ce84a80381eb862468091154c2cc7c60124.tar.gz
manaserv-ae8a5ce84a80381eb862468091154c2cc7c60124.tar.xz
manaserv-ae8a5ce84a80381eb862468091154c2cc7c60124.zip
Mention MySQL as an optional dependency
Reviewed-by: Ablu
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 10 insertions, 4 deletions
diff --git a/README b/README
index 5b316b7..798bce8 100644
--- a/README
+++ b/README
@@ -6,10 +6,16 @@ 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.
- * 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/
+ * 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/
+
+Optional dependencies:
+
+ * MySQL (libmysqlclient-dev) - http://dev.mysql.com/
+ (replaces the SQLite 3 depency)
+
1) cmake .
2) make