I’m trying to get LazyVIm setup and I need to build with luajit, but I wasn’t able to do the instructions:
Copy luajit.exe and lua51.dll (built in the src directory) to a newly created directory (any location is ok). Add lua and luajit directories below it and copy all Lua files from the srcjit directory of the distribution to the latter directory.
There are no hardcoded absolute path names — all modules are loaded relative to the directory where luajit.exe is installed (see src/luaconf.h).
I tried to look online for this issue but I didn’t seem to find any solution.
The way i set up cygwin and luajit was by installing cygwin first, installing gcc core then make, then i installed/cloned the luajit repository, then brought cygwin bin to path, then tried to find luajit.exe and lua51.dll, but the latter doesnt exist in the src folder.
Keep in mind I am not very good at coding or with complex coding issue so please keep this in mind.
Ferrius Undermine is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.