octobanana
home
software
belle
An HTTP / Websocket library in C++17 using Boost.Beast and Boost.ASIO.
overview
26 nods
GitHub
/
install.sh
1 2 3 4 5 6 7
#!/usr/bin/env bash set -e printf "Installing Belle\n" sudo mkdir -vp /usr/local/include/ob sudo install -vm 644 ./include/belle.hh /usr/local/include/ob/ printf "Success!\n"