Skip to content

Server requirements to run below Ubuntu 20.04

Zealot edited this page Jul 10, 2021 · 3 revisions

OCAP requires GCC 9+ (to support c++17)

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
sudo apt install -y gcc-9 g++-9 libstdc++6

also zlib and curl

sudo apt install zlib1g
sudo apt install libcurl4-openssl

Clone this wiki locally