Keine Beschreibung

Johannes Kreutz a5125263ea Style vor 2 Jahren
testdata fc0c0a6bad Add test file created on windows vor 2 Jahren
track-client d2893f2978 Generalize class model, implement basic OptiTrack support vor 2 Jahren
trackpoint-app 81146e4e41 Add OpenSCAD paths for windows vor 2 Jahren
.gitignore 73f4b5bfbc Ignore macOS system files vor 3 Jahren
.gitlab-ci.yml a6d0e1f64a Do not fix ubuntu version vor 2 Jahren
README.md a5125263ea Style vor 2 Jahren

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 ;)

Windows instructions:

  • Use the MSYS2 environment and the mingw-w64 compiler environment`
  • Compiler and CMake: pacman -S base-devel cmake
  • Install qt6 with pacman -S mingw-w64-x86_64-qt6

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.