To run, press the run button (shown below) in the main.cpp or follow the instructions below.
To run these commands right click in the explorer: and press 'Open in intergrated Terminal'.
To build:
g++ main.cpp -o main
To run:
./main
Install
sudo apt-get update
sudo apt-get install -y libboost-all-dev libssl-dev zlib1g-dev
sudo apt-get install -y libasio-dev
cd build
cmake ..
cmake
make
cd build
./crow_example