8000 GitHub - Story-Of-Alicia/alicia-server: Dedicated server implementation for the Alicia game series
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Story-Of-Alicia/alicia-server

Repository files navigation

Alicia Server

GitHub Actions Workflow Status

Dedicated server software for Alicia game series.

Community

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.

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

About

Dedicated server implementation for the Alicia game series

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 8

0