Skip to content

Story-Of-Alicia/alicia-server

Repository files navigation

Alicia Server

Server, yippie!

Requirements

  • Git
  • CMake
  • A C++20 compatible compiler
  • Boost
  • libpq

Building

  1. Clone the repository
git clone https://github.com/Story-Of-Alicia/alicia-server.git
  1. Initialize the repository's submodules
git submodule update --init --recursive
  1. Create the build directory
mkdir build; cd build
  1. Generate the build files
cmake ..
  1. Build the project
cmake --build .

After building, the executable alicia-server or alicia-server.exe will be present in the build/ directory