Skip to content

Commit b3237ba

Browse files
authored
Merge pull request fireice-uk#95 from psychocrypt/topic-updateCompileDocu
update compile documentation
2 parents 6ff6e32 + 0ece442 commit b3237ba

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

doc/compile_Linux.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Compile **xmr-stak** for Linux
22

3+
## Install Dependencies
4+
5+
### AMD APP SDK 3.0 (only needed to use AMD GPUs)
6+
7+
- download and install the latest version from [http://developer.amd.com/amd-accelerated-parallel-processing-app-sdk/](http://developer.amd.com/amd-accelerated-parallel-processing-app-sdk/)
8+
9+
### Cuda 8.0+ (only needed to use NVIDIA GPUs)
10+
11+
- donwload and install [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads)
12+
- for minimal install choose `Custom installation options` during the install and select
13+
- CUDA/Develpment
14+
- CUDA/Runtime
15+
- Driver components
16+
317
### GNU Compiler
418
```
519
# Ubuntu / Debian

doc/compile_Windows.md

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
- CUDA/Runtime
3030
- Driver components
3131

32+
### AMD APP SDK 3.0 (only needed to use AMD GPUs)
33+
34+
- download and install the latest version from [http://developer.amd.com/amd-accelerated-parallel-processing-app-sdk/](http://developer.amd.com/amd-accelerated-parallel-processing-app-sdk/)
35+
3236
### Dependencies OpenSSL/Hwloc and Microhttpd
3337

3438
- download the precompiled binary from [https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip](https://github.com/fireice-uk/xmr-stak-dep/releases/download/v1/xmr-stak-dep.zip)

0 commit comments

Comments
 (0)