diff --git a/Linux-loginserver-notes.md b/Linux-loginserver-notes.md new file mode 100644 index 0000000..c5bd854 --- /dev/null +++ b/Linux-loginserver-notes.md @@ -0,0 +1,10 @@ +these are my chicken scratches of me trying to get the loginserver running + +Need libcryptopp.a libEQEmuAuthCrypto.a to compile it +these can be found at +http://projecteqemu.googlecode.com/svn/trunk/EQEmuServer/EQEmuLoginServer/login_util/linux/ + +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 +