Log in

View Full Version : Quick Step by Step Compile on Linux


Apocal
05-04-2018, 08:46 PM
Posting this in case it is of help to anyone.


Make changes to code files in /eqemu/server_source/Server/*
make
make install
copy binaries from /usr/local/bin to /eqemu/server_source/Server/build/bin/
Restart EQ server service


Thanks to Uleat for the help on this.

GRUMPY
05-04-2018, 09:09 PM
Ok that's a little different, but same thing, I guess. I usually:

2. cmake CMakeLists.txt
3. make
But I use my own custom folders, then copy over.

demonstar55
05-04-2018, 10:43 PM
make install isn't configured for us.