Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 296 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 296 Bytes

first you should start your server (server.mjs). then run this.

sudo apt update

sudo apt install build-essential cmake

sudo apt install libopencv-dev

sudo apt install libboost-all-dev

sudo apt install libwebsocketpp-dev nlohmann-json3-dev

mkdir build && cd build

cmake ..

make

./my_app