Skip to content

Commit

Permalink
Update compile_Linux.md
Browse files Browse the repository at this point in the history
RAM requirement mention in compile_linux
  • Loading branch information
maurezen authored Jun 5, 2018
1 parent c0ab173 commit 038c88e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/compile_Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ In that case you can force CUDA to use an older compiler in the following way:
cmake -DCUDA_HOST_COMPILER=/usr/bin/gcc-5 ..
```

- You need 1 Gb RAM to compile (a bit less might be enough, 512 Mb isn't).

### To do a generic and static build for a system without gcc 5.1+
```
cmake -DCMAKE_LINK_STATIC=ON -DXMR-STAK_COMPILE=generic .
Expand Down

0 comments on commit 038c88e

Please sign in to comment.