eoan-ermine / dog_story

The backend of a multiplayer game written with Boost.Asio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dog_story

The backend of a multiplayer game written with Boost.Asio

Build

Free

mkdir build && cd build
cmake ..
cmake --build .

Conan V1

mkdir build && cd build
conan install .. 
cmake -DCONANV1=ON ..
cmake --build .

Conan V2

mkdir build && cd build
conan install ../conanfilev2.txt -of .
cmake -DCONANV2=ON --preset conan-release ..
cmake --build .

About

The backend of a multiplayer game written with Boost.Asio

License:MIT License


Languages

Language:JavaScript 94.5%Language:C++ 5.2%Language:HTML 0.2%Language:CMake 0.1%Language:Dockerfile 0.0%