Skip to content

How are the release luac's being compiled? #136

Answered by stronnag
csurf asked this question in Q&A
Discussion options

You must be logged in to vote

Use the supplied Makefile.

make dist
unzip -d /path/to/mounted/radio/sdcard dist/LuaTelemetry_v2.2.4.zip

This will build the compiler locally, then build and zip the widget files. Obviously you need a native compiler to do this; probably gcc or clang.

Note that (a) we do not build specifically for any radio, it's either a grey scale or colour radio and (b) the same grey scale code runs on all grey scale radios (and works perfectly on my RM Boxer, EdgeTX).

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by csurf
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #135 on March 15, 2024 07:20.