From dda453df1c393dd0b3193a280ad41fc95dcdef04 Mon Sep 17 00:00:00 2001 From: gpanula Date: Mon, 17 Feb 2014 17:57:54 -0800 Subject: [PATCH] where do the *.a files go? in the dependences directory(i think?) --- Linux-loginserver-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Linux-loginserver-notes.md b/Linux-loginserver-notes.md index 587c4e1..84c9c86 100644 --- a/Linux-loginserver-notes.md +++ b/Linux-loginserver-notes.md @@ -8,6 +8,8 @@ Optionally can use subversion to pull down the whole "EQEmuLoginServer" `svn checkout http://projecteqemu.googlecode.com/svn/trunk/EQEmuServer/EQEmuLoginServer` but so far I just need the zip file with the two *.a files +Copy them to the dependencies directory in your eqemu root directory + Now prep the database ~~~ mysql -u eq -p -D eq < loginserver/login_util/EQEmuLoginServerDBInstall.sql