summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/compile_Linux.md14
-rw-r--r--doc/compile_Windows.md4
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/compile_Linux.md b/doc/compile_Linux.md
index f0995b6..c9347f5 100644
--- a/doc/compile_Linux.md
+++ b/doc/compile_Linux.md
@@ -1,5 +1,19 @@
# Compile **xmr-stak** for Linux
+## Install Dependencies
+
+### AMD APP SDK 3.0 (only needed to use AMD GPUs)
+
+- 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/)
+
+### Cuda 8.0+ (only needed to use NVIDIA GPUs)
+
+- donwload and install [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads)
+- for minimal install choose `Custom installation options` during the install and select
+ - CUDA/Develpment
+ - CUDA/Runtime
+ - Driver components
+
### GNU Compiler
```
# Ubuntu / Debian
diff --git a/doc/compile_Windows.md b/doc/compile_Windows.md
index 056cc50..f6f5962 100644
--- a/doc/compile_Windows.md
+++ b/doc/compile_Windows.md
@@ -29,6 +29,10 @@
- CUDA/Runtime
- Driver components
+### AMD APP SDK 3.0 (only needed to use AMD GPUs)
+
+- 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/)
+
### Dependencies OpenSSL/Hwloc and Microhttpd
- 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)
OpenPOWER on IntegriCloud