From 12db4060abb9f18297027a27217ca799ab794ba5 Mon Sep 17 00:00:00 2001 From: Joshua Stewart Date: Sat, 21 Dec 2013 10:17:31 -0800 Subject: [PATCH] Updated Linux server setup (markdown) --- Linux-server-setup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Linux-server-setup.md b/Linux-server-setup.md index c88ca65..e6e169e 100644 --- a/Linux-server-setup.md +++ b/Linux-server-setup.md @@ -1,5 +1,5 @@ 1. Open a terminal window. -2. First make sure you have dependencies installed. On Ubuntu this is done with: `sudo apt-get install mysql-server libmysqlclient-dev`. +2. First make sure you have dependencies installed. On Ubuntu this is done with: `sudo apt-get install subversion mysql-server libmysqlclient-dev`. 4. Clone the repository from github: `git clone git@github.com:EQEmu/Server.git eqemu` 5. `cd eqemu` 6. `cmake .` @@ -8,3 +8,4 @@ 9. The peqbeta archive contains SQL data that needs to be loaded into your database. 10. The quests archive contains a quests folder that should be copied to your eqemu directory. 11. Inside the quest folder are two folders called `lua_modules` and `plugins`. Move these to the root of your eqemu directory. +12. Download the maps from Google Code. From your eqemu directory: `svn checkout http://eqemumaps.googlecode.com/svn/trunk/ .` \ No newline at end of file