Skip to content

Commit

Permalink
add build notes for nvidia in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Popebl committed Oct 16, 2018
1 parent 9e4aa17 commit c87a618
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -57,12 +57,11 @@ Check dependencies: libboost-dev, libboost-system-dev, openssl.
Download this source code, then cd to source folder. In GpuMiner folder run command $make all, it will generate xdag-gpu.

note: for nvidia graphic card. may need more 2 steps:

1) copy opencl header file to project. For example
### Copy header file to project
sudo cp -r /usr/local/cuda-10.0/targets/x86_64-linux/include/CL ~/GpuMiner/CL

2) install cuda-toolkit
### Install cuda toolkit
sudo apt-get install nvidia-cuda-toolkit

### Launch parameters:
Expand Down

1 comment on commit c87a618

@Popebl
Copy link
Author

@Popebl Popebl commented on c87a618 Oct 16, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the code format

Please sign in to comment.