Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [QRK] Quark | Super secure hashing | CPU mining
by
sva_h4cky0
on 06/09/2013, 10:28:38 UTC
are you on a debian based system (ubuntu, mint, etc), if so:
Code:
sudo apt-get install -y libcurl4-openssl-dev
otherwise look for a libcurl dev(eloper) package.

for compiling you need the headers of given libs. ie, if you have a library libfoo, you need to install libfoo-dev if you want to use it in your code.

no, i using Archlinux. well 'curl' package contain header (theres no *-dev package on Arch), thats why im asking here.
anyway thanks for replying.