بدون توضیح

Johannes Kreutz 5c81550f6c Add CLion files 2 سال پیش
testdata fb312404ab Implement compensation on export (Closes #11) 2 سال پیش
track-client a929b101e6 Update unity version 2 سال پیش
trackpoint-app 5c81550f6c Add CLion files 2 سال پیش
.gitignore 73f4b5bfbc Ignore macOS system files 3 سال پیش
.gitlab-ci.yml a6d0e1f64a Do not fix ubuntu version 3 سال پیش
README.md fb0516adc7 Update readme 2 سال پیش

README.md

Bachelorthesis

Git project for my bachelor thesis

TrackpointApp

Development

Requirements:

  • A recent C++ Compiler (only gcc is tested)
  • The CMake build system
  • Qt 6.1 or newer
  • CPU power ;)

Note: Development on Windows is unsupported.

To create a development build, clone the repo and go to the trackpoint-app folder.

Create a new folder build.

Then, go to the build folder and execute cmake ... CMake will download all required dependencies automatically.

When CMake is done, run make. For better performance, run make -jX and replace X by the thread count of your machine minus 1.

You should now find the executable TrackpointApp.