Skip to content
README.md 431 B
Newer Older
# WORLD STORAGE CPP SERVER (RESTBED)

## Description

This folder contains the source files for a basic implementation of the library you just created

## Requirements
 
- Ubuntu 22.04
- CMake > 2.22
- conan V2

## Code usage

Once you are in this directory, to build and execute the server, use the following commands:

    conan install . --build=missing 
    cmake . --preset conan-release
    cmake --build build/Release