Dedicated server software for Alicia game series.
If you're a user please feel free to join the official community of Story Of Alicia and follow our progress there. If you're a programmer and want to talk about the code join the dedicated developer community on Discord.
- 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