diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2011-10-19 02:10:57 +0800 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2011-10-19 02:16:17 +0800 |
commit | ae8a5ce84a80381eb862468091154c2cc7c60124 (patch) | |
tree | 68981a7f10718fabd3cdd18b838965ce3a55a44b /README | |
parent | e7ba7e0956c0d80573b9dabf144d050ad5ae4ef6 (diff) | |
download | manaserv-ae8a5ce84a80381eb862468091154c2cc7c60124.tar.gz manaserv-ae8a5ce84a80381eb862468091154c2cc7c60124.tar.bz2 manaserv-ae8a5ce84a80381eb862468091154c2cc7c60124.tar.xz manaserv-ae8a5ce84a80381eb862468091154c2cc7c60124.zip |
Mention MySQL as an optional dependency
Reviewed-by: Ablu
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -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 |