How can I install Lua on macOS Monterey, without admin powers and terminal access? (I have the vscose Terminal available)
I have this school M1 MacBook Air, without admin rights or terminal access. They let me install a few things but only from their list of programs, like vscose and python. I'm trying to install Lua to get started with it, but facing problems with the installation.
I downloaded the source, but being unable to use terminal I thought I will use vscode's terminal. I opened the decompressed file and ran "make", but I get this error: "unable to load libxcrun (dlopen(/Library/Developer/CommandLineTools/usr/lib/libxcrun.dylib, 0x0005): tried: '/Library/Developer/CommandLineTools/usr/lib/libxcrun.dylib' (mach-o file, but is an incompatible architecture (have (x86_64), need (arm64e))))." The solutions online all use sudo commands, which I can't use (obviously). So, my questions is, any way to do this ? please?
MacBook Air