Skip to content

Commit

Permalink
Merge pull request #80 from RavenCommunity/fdov-doc
Browse files Browse the repository at this point in the history
doc: Update README.md
  • Loading branch information
jeroz1 authored May 19, 2021
2 parents 0707bca + d0e002e commit 8bd0d59
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ accessible from command line. The kawpowminer is ready to go.
| ------ | ------- |
| Last | [GitHub release](https://github.com/RavenCommunity/kawpowminer/releases)

For AMD-only rigs please use the version with -amd tagged , cuda version wouldn't work for you rig.

If you have trouble with missing .dll or CUDA errors, [please install the latest version of CUDA drivers](https://developer.nvidia.com/cuda-downloads) or report to project maintainers.

Expand Down Expand Up @@ -76,7 +75,7 @@ cd kawpowminer
git submodule update --init --recursive
mkdir build
cd build
cmake .. -DETHASHCUDA=ON
cmake .. -DETHASHCUDA=ON -DETHASHCL=ON -DAPICORE=ON
make -sj $(nproc)
```

Expand All @@ -94,11 +93,14 @@ Open "Developer Command Prompt for VS 2019"
2. Follow these steps:
```
cd C:\Users\USER_NAME\PATH_TO_KAWPOW\kawpowminer
git submodule update --init --recursive
mkdir build
cd build
cmake .. -DETHASHCUDA=ON
devenv kawpowminer.sln /build
cmake -G "Visual Studio 16 2019" -A X64 -H. -Bbuild -DETHASHCL=ON -DETHASHCUDA=ON -DAPICORE=ON ..
cd build
cmake --build . --config Release
```
(Yes, two nested build/build directories.)

### Building via Visual Studios GUI (This build doesn't seem to work for some 20XX Nvidia cards)
1. Open Visual Studios
Expand Down

0 comments on commit 8bd0d59

Please sign in to comment.