The process of building the ReCap server with a Docker container can be executed from any system, as long as you have Docker installed.
- Build the Docker image:
git clone https://github.com/vitor251093/recap_server cd recap_server/ docker-compose up - Run the Docker container (will build and run the server locally):
docker run -v $(pwd)/darkspore_server:/recap -P --network=host -it recap-server
- Install dependencies:
- Ubuntu:
sudo apt install g++-13 cmake libfindbin-libs-perl libstdc++-13-dev build-essential
- Ubuntu:
- Download the Resurrection Capsule Server repository and prepare:
git clone https://github.com/vitor251093/recap_server cd recap_server/darkspore_server - Compile:
./build.sh