Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 655 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 655 Bytes

Thesis template

Getting started

After forking and/or cloning the repository, continue with the following.

1. Step: Set up the repository.

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.

2. Step: Install dependencies

./scripts/install-deps.sh # --dev

3. Step: Build code and paper

Build pdf.

cmake -H. -Bbuild
make -C build

Find the output pdf: ./build/paper/src/szakdolgozat.pdf.

For contibutors

TODO: