PSanbox user-level library depends on the pkg-config
and glib-2.0
libraries.
Install them with
sudo apt-get install pkg-config libglib2.0-dev
mkdir build && cd build
cmake ..
make -j $(nproc)
Please refer to the code style for the coding convention and practice.