Skip to content

Instantly share code, notes, and snippets.

@technicool
Created May 23, 2013 16:25
Show Gist options
  • Save technicool/5637355 to your computer and use it in GitHub Desktop.
Save technicool/5637355 to your computer and use it in GitHub Desktop.
Configure CGMiner with nvidia CUDA support

To build CGMiner with nvidia cuda toolkit installed:

CFLAGS=-I/usr/local/cuda-5.0/include LDFLAGS=-L/usr/cuda-5.0/lib64 ./configure
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment