What can I use for Linux?
just make sure you installed libcurl3-dev
aptitude install libcurl3-dev
redownload the source, I am using this repro:
git clone https://github.com/MaxGuevara/quark
then it should work, proceed:
./autogen.sh
./configure CFLAGS="-O3"
/make
I compile on LInux Mint 16, and it worked.