After forking and/or cloning the repository, continue with the following.
You need to set the following points:
- Rename
project(<project-name>)
in./CMakeLists.txt:2
. (Optional) - Extend the
./scripts/install-deps.sh
your specific dependencies.
./scripts/install-deps.sh # --dev
Build pdf
.
cmake -H. -Bbuild
make -C build
Find the output pdf
: ./build/paper/src/szakdolgozat.pdf
.
TODO: