Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 471 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 471 Bytes

Lyli Backend

Developer Guide

Install Dependencies

  • cmake
  • nlohmann json
  • asio

Pacman

pacman -S cmake nlohmann-json asio

Portage

emerge -aq dev-util/cmake dev-cpp/asio dev-cpp/nlohmann_json

Debug Build

mkdir build
cd build
cmake .. -DLOG_DEBUG=ON -DLOG_TRACE=ON
cmake --build .

File Layout

  • Header Comment
  • Preprocessor
  • boost-asio includes
  • nlohmann includes
  • lyli-backend includes
  • system includes
  • namespace
  • ...