For Ubuntu, install the following dependencies:
$ sudo apt install build-essential libgtest-dev libgcc-13-dev \
libstdc++-13-dev libelf-dev zlib1g-dev gcc clang cmake ninja-build \
bear libbenchmark-dev pkg-config$ git submodule init && git submodule update
$ ./build.shThe code I contributed to this project is all in the tmaker directory. It contains a more descriptive readme about how to use the program. I also uploaded my bachelor's project report to the repo in case anyone feels the urge to read it.