By Alejandro Santos @alejolp, the Argentum Online, and the Dakara Online development teams.
This is the Dakara Online C++ server. The source code is a migration from the original Visual Basic 6 by using a source code translator.
You need CMake, Libevent2, and boost >= 1.49.
If you're on Ubuntu, you also need to install (if you haven't alredy) the libraries before you proceed:
sudo apt install libevent libboost-date-time-dev libboost-filesystem-dev libboost-system-dev libboost-locale-dev
After all the required libraries are installed, you compile the source:
mkdir build && cd build
cmake ..
make
Libevent for Windows can be found with Nuget: https://www.nuget.org/packages/libevent_vc120/
Join the mailing list at: https://groups.google.com/d/forum/dakara-online-dev
Servidor de Dakara Online en C++. El código fuente es una migración del código original en Visual Basic 6 por medio de una herramienta de conversión de código.
Unite a la lista de correos en: https://groups.google.com/d/forum/dakara-online-dev
Affero GNU GPL v3.