Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 279 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 279 Bytes

Codigo del servidor de Dakara escrito por Alejolp (https://github.com/DakaraOnline/dakara-server) modificado para argentumonline.io

Building

You need CMake, Libevent2, and boost >= 1.49. ($ sudo apt install libevent-dev libboost-all-dev)

cd build
cmake ..
make