#!/bin/sh
# from src/main/cpp/
cd src/main/cpp
git clone https://github.com/wolfSSL/wolfssl.git wolfssl-git
cd wolfssl-git
git checkout v3.10.0-stable
git checkout -b building