KlausT / ccminer-cryptonight

Software for mining various cryptocoins, like Monero (pool mining only)
GNU General Public License v3.0
133 stars 30 forks source link

Installation Instructions? #49

Open DreadfulCode opened 6 years ago

DreadfulCode commented 6 years ago

How does one install this on Ubuntu Xenial?

KlausT commented 6 years ago

You have to compile it first:

./autogen.sh
./configure.sh
make

or something like that. Sorry, I'm not a Linux expert