Johannes Kreutz 8fa273bc02 Remove crosscompile toolchain | hace 3 años | |
---|---|---|
testdata | hace 3 años | |
track-client | hace 3 años | |
trackpoint-app | hace 3 años | |
.gitignore | hace 3 años | |
.gitlab-ci.yml | hace 3 años | |
README.md | hace 3 años |
Git project for my bachelor thesis
Requirements:
gcc
is tested)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
.