Skip to content
Snippets Groups Projects
Unverified Commit b3237bab authored by fireice-uk's avatar fireice-uk Committed by GitHub
Browse files

Merge pull request #95 from psychocrypt/topic-updateCompileDocu

update compile documentation
parents 6ff6e323 0ece4427
No related branches found
No related tags found
No related merge requests found
# 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
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment