Install dependencies on Linux
mainThe default build of the lo runtime links to system libssl and zlib, but uses a custom version of libcurl to optimize startup time. You must install the development headers for these libraries using your package manager.
sudo apt install -y libcurl4-openssl-dev libssl-dev zlib1g-dev