libretro / Lakka-LibreELEC

Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console.
https://www.lakka.tv
1.73k stars 286 forks source link

how build a simple program #1950

Closed denisdemaisbr closed 6 months ago

denisdemaisbr commented 6 months ago

I want build a C (lua interpreter) program to run on emuelec (cross compile using linux, ubuntu). To download at box using wget/curl and run it.

Any tips to install 'build essentials' to emuelec?

Any can help me?

ToKe79 commented 6 months ago

first of all, you are posting to wrong repository. but since Lakka & EmuELEC have same base build system (both use LibreELEC) and the image with the root file system as read only, there is no option to install additional system software. however, you can crosscompile - just try to package what you are trying to do as a package (see packages/package.mk.template and this readme.md.