mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
Created Linux server setup (markdown)
@@ -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`
|
||||
Reference in New Issue
Block a user