Skip to content

YYLMZXC/soggy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soggy

server for that one game

soggy cat

Setup & Documentation

Building

# install dependencies (ubuntu)
apt install build-essential cmake pkgconf libenet-dev libprotobuf-dev protobuf-compiler liblua5.3-dev nlohmann-json3-dev libreadline-dev
# install dependencies (arch linux)
pacman -S cmake pkgconf enet protobuf lua53 nlohmann-json readline
# setup for build
cmake -B build
# build
cmake --build build -j8

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.4%
  • Python 4.2%
  • CMake 2.2%
  • HTML 0.2%