You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,11 @@ Please visit the [releases page](https://github.com/betaflight/betaflight-tx-lua
15
15
- Crossfire - v2.11 or greater
16
16
- FrSky - While most receivers work fine, it's recommended to update the XSR family of receivers to their most recent firmware version to correct any known bugs in SmartPort telemetry.
17
17
18
+
## Building from source
19
+
- Be sure to have `LUA 5.2` installed in the path
20
+
- Run `./bin/build.sh` from the root folder
21
+
- Compiled files will be created a the `obj` in the root folder. Copy the files to your transmitter as instructed in the `Installing` section below as if you unzipped from a downloaded file.
22
+
18
23
## Installing
19
24
20
25
!! IMPORTANT: DON'T COPY THE CONTENTS OF THIS REPOSITORY ONTO YOUR SDCARD !!
0 commit comments