Jabbath
Jabbath

Reputation: 334

Trying to compile an C app with MinGW: Not sure how to install libcurl

So I am trying to compile this package https://github.com/Neisklar/quarkcoin-cpuminer and as per the instructions I have installed MinGW with MSYS. Now I just need to install libcurl so I can compile it, I have downloaded W64 devel version of cURL. But I don't know what to do with these files or if I have the right version of cURL.

Upvotes: 1

Views: 604

Answers (1)

John Doisneau
John Doisneau

Reputation: 238

I had a similar objective (to be able to compile CPUMiner on Windows 7 x64), and I successfully followed / came up with the instructions below.

http://pastebin.com/p2cRgHxd

They include both 64-bit and 32-bit targets.

See if they can help you out!

Upvotes: 1

Related Questions