-
Clone repo and cd on it
-
Installing dependencies
NOTE: You needed have x11-repo installed
apt update && yes | apt upgrade && apt install build-essential cmake make clang apache2 libgc gtk3 xorgproto
- Building
mkdir build && cd build && cmake .. && make -j$(nproc)
- Installing
make install
- SQL