-
For setting up the development environment, please refer to the document
development_environment.pdf
occuring under the BUSMASTER documentation. -
This BUSMASTER application is entirely compilable and it is possible to run it in simulation mode by following the instruction set provided in the aforementioned document.
-
In order to build an installation application, please follow the instruction set in the developer's environment document. The install script and the related artifacts occur under
Installation Setup
folder.
NBA
has migrated the build system and now it uses cmake
. However, right now for compilation you shall use Visual Studio 2019 or 2022
. Qt code has been migrated to Qt6
.
- cmake >= 3.27
- Visual Studio 2019 or 2022
- Qt6 tested on v6.8.1
- You shall configure the compilation for
Win32