Skip to content
Snippets Groups Projects
Unverified Commit 038c88ef authored by maurezen's avatar maurezen Committed by GitHub
Browse files

Update compile_Linux.md

RAM requirement mention in compile_linux
parent c0ab1734
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,8 @@ In that case you can force CUDA to use an older compiler in the following way: ...@@ -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 .. 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+ ### To do a generic and static build for a system without gcc 5.1+
``` ```
cmake -DCMAKE_LINK_STATIC=ON -DXMR-STAK_COMPILE=generic . cmake -DCMAKE_LINK_STATIC=ON -DXMR-STAK_COMPILE=generic .
......
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