1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-09 22:38:05 +00:00
ccminer/INSTALL

12 lines
428 B
Plaintext
Raw Normal View History

2014-03-18 21:17:40 +00:00
You can use ./build.sh to configure and build with default options.
It is advised to run ./autogen.sh before ./configure (autoconf and automake
2014-03-18 21:17:40 +00:00
need to be installed on your system for autogen.sh to work)
./configure has an option named --with-cuda that allows you to specify
where your CUDA 6.5 toolkit is installed (usually /usr/local/cuda,
2014-03-18 21:17:40 +00:00
but some distros may have a different default location)
See README.txt