No Description

Johannes Kreutz cd07c5e453 Add some notes 2 years ago
testdata 8c1d27d33c Openscad export 3 years ago
trackpoint-app 1e9bf02c4a Working dev config 2 years ago
.gitlab-ci.yml 721305be03 Fix 2 years ago
README.md cd07c5e453 Add some notes 2 years ago

README.md

Bachelorthesis

Git project for my bachelor thesis

TrackpointApp

Development

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