summaryrefslogtreecommitdiffstats
path: root/doc/compile_Linux.md
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2017-11-08 10:45:14 +0000
committerGitHub <noreply@github.com>2017-11-08 10:45:14 +0000
commitb3237bab587f937e90a2ff0d06aba5e3630a8047 (patch)
tree17199ee8707d8f2d060b7099812f563f1c018290 /doc/compile_Linux.md
parent6ff6e32306a23406cbd8505da3e369e9a56680c9 (diff)
parent0ece44271f9515f49ef827474893dd404d8dc5e0 (diff)
downloadxmr-stak-b3237bab587f937e90a2ff0d06aba5e3630a8047.zip
xmr-stak-b3237bab587f937e90a2ff0d06aba5e3630a8047.tar.gz
Merge pull request #95 from psychocrypt/topic-updateCompileDocu
update compile documentation
Diffstat (limited to 'doc/compile_Linux.md')
-rw-r--r--doc/compile_Linux.md14
1 files changed, 14 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
OpenPOWER on IntegriCloud