Clone this repo first.
git clone git@github.com:ChenRP07/vvc.git
Make sure you have already installed libpcl, libzstd and libboost.
Note: libzstd and libboost are usually installed by default in linux distributions, at least in ubuntu.
cd vvc
mkdir build && cd build
cmake .. && make