How to use libcurl?
Posted: Sat Feb 13, 2021 3:16 pm
I'm using this library to communicate with the discord API, and it relies on luajit-request, which relies on libcurl. However, since I'm on Windows, which does not have libcurl pre-installed (or that's what i assume) like macOS, I need to install it myself. But on the libcurl website, there are like forty bajillion different things you could download, and I can't figure out which to get. Which one should i download? (i'm on windows 64-bit)
also if possible i would like it to be able to be inside my project, so people who use it don't have to install libcurl themselves.
also if possible i would like it to be able to be inside my project, so people who use it don't have to install libcurl themselves.