Skip to content

GabrielLins64/custom-eoserv

Repository files navigation

Custom EOServ

This is a custom version of EOServ (acknowledgements to Julian Smythe) for purely study and hobby purposes. The .ini files in data and config directories aren't owned by me, and they will be modified.



Installation (Linux)

For installation on Windows, just download the newest version at EOServ official site.

Install the dependencies:

$ sudo apt-get install g++ make cmake-curses-gui cmake-qt-gui \
libsqlite3-dev libmariadb-client-lgpl-dev subversion

Obtain the source

Can be just cloning this repo:

$ git clone https://github.com/GabrielLins64/custom-eoserv.git

or downloading it's newest version from the original site

Compiling

cd into the project's directory and do:

$ cmake .
$ sudo make install

Running the server

$ ./eoserv

To compile it after changing the code, just do:

$ make

and restart the server.

Development Tools

SQLiteBrowser

Useful cross-platform SQLite admin for managing the database. Download: SQLiteBrowser

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages