Johannes Kreutz b38d87807e Add script for making macOS application bundle portable | преди 2 години | |
---|---|---|
testdata | преди 3 години | |
track-client | преди 3 години | |
trackpoint-app | преди 2 години | |
.gitignore | преди 3 години | |
.gitlab-ci.yml | преди 3 години | |
README.md | преди 3 години |
Git project for my bachelor thesis
Requirements:
gcc
is tested)Windows instructions:
pacman -S base-devel cmake git
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 ..
(or cmake -G "Unix Makefiles" ..
if you are on windows). 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
.