Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 895 Bytes

File metadata and controls

30 lines (27 loc) · 895 Bytes

Building Resurrection Capsule Server

Docker

The process of building the ReCap server with a Docker container can be executed from any system, as long as you have Docker installed.

  1. Build the Docker image:
    git clone https://github.com/vitor251093/recap_server
    cd recap_server/
    docker-compose up
  2. Run the Docker container (will build and run the server locally):
    docker run -v $(pwd)/darkspore_server:/recap -P --network=host -it recap-server

Linux

  1. Install dependencies:
    • Ubuntu: sudo apt install g++-13 cmake libfindbin-libs-perl libstdc++-13-dev build-essential
  2. Download the Resurrection Capsule Server repository and prepare:
    git clone https://github.com/vitor251093/recap_server
    cd recap_server/darkspore_server
  3. Compile:
    ./build.sh