Aggregates data from kernels
To install boost 1.65.x, download it, extract it and and run:
./bootstrap.sh
./b2 install
To install JSON for modern C++:
brew tap nlohmann/json
brew install nlohmann_json
Repository can be found here.
git clone https://github.com/warmcat/libwebsockets.git
cd libwebsockets
mkdir build && cd build
# ==================
# FOR MAC:
cmake .. -OPENSSL_ROOT_DIR=/usr/local/opt/openssl/
# NON-MAC:
cmake ..
# ==================
make
sudo make install
Command: openssl req -newkey rsa:2048 -nodes -keyout sslkey.pem -x509 -days 7300 -out sslcert.pem -subj '/CN=www.verboze.com/O=Verboze QSTP-LLC./C=QA'
- I don't know