Building the KLN‐90B from source - falcon71/kln90b GitHub Wiki
This page describes how to build the KLN-90B project from the source code.
[!NOTE]
This process is not required if you just want to use the KLN-90B as a pilot or if you wish to integrate it into your aircraft. In those cases, you can simple download a precompiled package from the release page and drop it into your community folder.
- NodeJS must be installed.
- Clone this project
- Run npm build in the project folder. Set the environment variable
buildTargetDirto the KLN package in the community folder (If it is not set, then the package will be generated in the build folder in the project). An example run configuration for PHPStorm looks like this:
npm build will build the whole package ready to use in the community folder.