Post
Topic
Board Mining (Altcoins)
Re: Linux=?
by
fabtho
on 23/12/2013, 13:02:57 UTC
What can I use for Linux?



just make sure you installed libcurl3-dev

Code:
aptitude install libcurl3-dev


redownload the source, I am using this repro:

Code:

git clone https://github.com/MaxGuevara/quark


then it should work, proceed:

Code:
  ./autogen.sh
 ./configure CFLAGS="-O3"
  /make


I compile on LInux Mint 16, and it worked.