mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-01 18:55:59 +00:00
ce9b8002cd
- use foreign AM_INIT_AUTOMAKE to skip COPYING file (which is LICENCE.txt) http://www.gnu.org/software/automake/manual/html_node/Public-Macros.html - use subdir-objects option to fix automake on ubuntu 14.04
12 lines
428 B
Plaintext
12 lines
428 B
Plaintext
|
|
You can use ./build.sh to configure and build with default options.
|
|
|
|
It is advised to run ./autogen.sh before ./configure (autoconf and automake
|
|
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,
|
|
but some distros may have a different default location)
|
|
|
|
See README.txt
|