playdate-mode7 icon indicating copy to clipboard operation
playdate-mode7 copied to clipboard

No linux precompiled binaries for lua

Open SonGoku-2000 opened this issue 5 months ago • 1 comments

I tried to use it in linux but there is no precompiled version, I know it used to be in version 1.3. It would be good an updated version, or instructions to compile it on your own.

SonGoku-2000 avatar Aug 04 '25 23:08 SonGoku-2000

Oh, yes, I removed the binaries because I had to compile them manually in a virtual machine. Sorry!

Here's the command I used on Linux: cmake -DCMAKE_TOOLCHAIN_FILE=[SDK_PATH]/PlaydateSDK/C_API/buildsupport/arm.cmake -DCMAKE_BUILD_TYPE=Release ..

risolvipro avatar Aug 09 '25 21:08 risolvipro