Server, yippie!
- Git
- CMake
- A C++20 compatible compiler
- Boost
- libpq
- Clone the repository
git clone https://github.com/Story-Of-Alicia/alicia-server.git
- Initialize the repository's submodules
git submodule update --init --recursive
- Create the build directory
mkdir build; cd build
- Generate the build files
cmake ..
- Build the project
cmake --build .
After building, the executable alicia-server
or alicia-server.exe
will be present in the build/
directory