5 Commits

Author SHA1 Message Date
Lars Toenning
dbb7c5bc55 build: Set variable python executable 2024-11-12 20:58:26 +01:00
Lars Toenning
e1f52f3e88 build: Use python3 instead of python symlink
The python symlink is not present on all
systems. python3 should likely always be
available if python3 is installed
2024-10-12 22:15:09 +02:00
Lars Toenning
c96889bae8 build: Move build util functions to separate file
Previously, having everything in a single file causes issues, because
build.py is also called from CMake to get the version number. This only
worked for users, who had "requests" installed, as this library is
required in build.py.
2024-07-07 22:05:00 +02:00
Lars Toenning
c8cecddccf refactor: Change dummy VATSIM id/key 2024-05-16 08:30:17 +02:00
Lars Toenning
1deaeba584 Add CMake support 2023-11-12 21:36:21 +01:00