Post #3174677
2026-06-07 15:10 UTC
#commonLisp
just spent aaaages working on a toy/art/poetry common lisp project, only to realize like a total dunce that i don't know how to build it for ARM. i guess i either set up quicklisp and all dependencies on the ARM server, and build there, or else have to do same in some kind of, *shudder* docker or similar container? fml
Replies (1)
-
@pkw@snac.d34d.net 2026-06-07 15:15
Containers or virtual machines won't help typically help. Because they typically keep the same CPU arch. (as the host) Unless you use qemu "emulated" but that is REALLY SLOW. Compiling on the machine you want it for is (i think) the good first step.