Closed L3G5ND closed 1 year ago
I think you can download libcrul binary from official web site https://curl.se/windows/ Then point CURL_DIR to this folder
Thanks, I get this error when I require it though.
C:\Lua51\lua5.1.exe: error loading module 'lcurl' from file 'C:\Lua51\systree\lib\lua\5.1\lcurl.dll':
The specified module could not be found.
stack traceback:
[C]: ?
[C]: in function 'require'
C:\Lua51\systree\share\lua\5.1\cURL.lua:11: in main chunk
[C]: in function 'require'
Main.lua:1: in main chunk
[C]: ?
Seems like when I installed it, it didn't install a lcurl file.
I've been trying to figure out how to install Lua-cURL, but haven't been able to.
Compiler: mingw32 Lua: lua5.1 Luarocks: Luarocks 3.8.0
When I use the command
luarocks install Lua-cURL
I getPlease help, its stressing me out, I just want It to be installed already.