From ae8a5ce84a80381eb862468091154c2cc7c60124 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Wed, 19 Oct 2011 02:10:57 +0800 Subject: Mention MySQL as an optional dependency Reviewed-by: Ablu --- README | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 5b316b7d..798bce81 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 -- cgit v1.2.3-70-g09d2