Skip to content

Compiling on Ubuntu Server 20.04

José Ángel Soler Ortiz edited this page Aug 15, 2023 · 19 revisions

sudo apt update && sudo apt upgrade sudo apt install build-essential pkg-config autoconf autoconf-archive libdbus-1-dev libxi-dev libxtst-dev curl zip unzip tar bison libxrender-dev libxrandr-dev git clone https://github.com/microsoft/vcpkg.git cd vcpkg ./bootstrap-vcpkg.sh ./vcpkg install boost catch2 hyperscan tbb fmt opencv cd .. git clone https://github.com/joseasoler/todds.git

Clone this wiki locally