Skip to content
Snippets Groups Projects
Commit 56f7cf69 authored by Nathan Chambron's avatar Nathan Chambron
Browse files

add readme for implementation and update .gitignore

parent d12dd47a
No related branches found
No related tags found
2 merge requests!2Develop,!1Feature/new api specs
...@@ -11,3 +11,7 @@ CTestTestfile.cmake ...@@ -11,3 +11,7 @@ CTestTestfile.cmake
_deps _deps
node_modules node_modules
.vscode .vscode
*/build/*
EtsiServerGen/*
!*/CMakeLists.txt
!*/.openapi-generator-ignore
# WORLD STORAGE CPP SERVER (PISTACHE)
## Description
This folder contains the source files for a basic implementation of the library you just created
## Requirements
- Boost
- Pistache
- a cpp compiler
## Code usage
Once you are in this directory, to build and execute the server, use the following commands:
mkdir -p build
cd build
cmake ..
make
./HackPistacheServ
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment