Created Linux server setup (markdown)

Joshua Stewart
2013-12-20 23:35:24 -08:00
parent 3dd3ca795c
commit 92f8461eac
+7
@@ -0,0 +1,7 @@
1. Open a terminal window.
2. First make sure you have dependencies installed.
* On Ubuntu: `sudo apt-get install mysql-server libmysqlclient-dev`
2. Clone the repository from github: `git clone git@github.com:EQEmu/Server.git eqemu`
3. `cd eqemu`
4. `cmake .`
5. `make`