Sen descrición

Johannes Kreutz a1ea016cb5 Rendering in thread (Closes #7) %!s(int64=2) %!d(string=hai) anos
testdata fb312404ab Implement compensation on export (Closes #11) %!s(int64=2) %!d(string=hai) anos
track-client dc9dcc8b73 Fix crash if no action points are set %!s(int64=2) %!d(string=hai) anos
trackpoint-app a1ea016cb5 Rendering in thread (Closes #7) %!s(int64=2) %!d(string=hai) anos
.gitignore 73f4b5bfbc Ignore macOS system files %!s(int64=3) %!d(string=hai) anos
.gitlab-ci.yml a6d0e1f64a Do not fix ubuntu version %!s(int64=2) %!d(string=hai) anos
README.md 87777b0e88 Add requirements %!s(int64=3) %!d(string=hai) anos

README.md

Bachelorthesis

Git project for my bachelor thesis

TrackpointApp

Development

Requirements:

  • A recent C++ Compiler (only gcc is tested)
  • The CMake build system
  • 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.

Qt has to be build separately, we use a script for it. Build Qt by executing ./build-dependencies-first.sh.

Then, go to the build folder and execute cmake ... CMake will download all other 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.

Release

WIP