Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 293 Bytes

File metadata and controls

18 lines (15 loc) · 293 Bytes

Requirenments

  • Docker

Run

docker-compose build
docker-compose run --rm app bash
mkdir -p ./build
cd ./build
cmake ..
make 
make run

Take a look at CMakeLists.txt for make run implementation

Notes

For VSCode you can take a look at .vscode and .devcontainer folders