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
andlua51.dll
(built in thesrc
directory) to a
newly created directory (any location is ok). Addlua
andluajit
directories below it and copy all Lua files from thesrcjit
directory of the distribution to the latter directory.There are no hardcoded absolute path names — all modules are loaded
relative to the directory whereluajit.exe
is installed (see
src/luaconf.h
).
I tried to look online for this issue but I didn’t seem to find any solution.
then i just looked up .dll, and found cyglua51.dll
& libluajit-5.1.dll.a
enter image description here
Which one do i use? or do i need something that is exactly as lua51.dll
instead without “cyg”?
Ferrius Undermine is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.