diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-05-13 19:58:34 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-05-16 23:25:33 +0200 |
commit | 1e164776a737b57c54a71f6eab8f93263146b089 (patch) | |
tree | 8d359bc41428b72c1c31fa421240a6cb96d0843d | |
parent | 6ab99f519b3dd96d5d51a8259f07398542dc9473 (diff) | |
download | manaserv-1e164776a737b57c54a71f6eab8f93263146b089.tar.gz manaserv-1e164776a737b57c54a71f6eab8f93263146b089.tar.bz2 manaserv-1e164776a737b57c54a71f6eab8f93263146b089.tar.xz manaserv-1e164776a737b57c54a71f6eab8f93263146b089.zip |
Added some documentation about the dependencies
Reviewed-by: Jared Adams
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |