| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Update compile_Linux.md
|
| | |
|
|\ \
| | |
| | | |
Add --needed to pacman install
|
| |/
| |
| |
| |
| | |
Only install if the user doesnt already have the packages installed, no
point in reinstalling everything.
|
| | |
|
|/ |
|
|
|
|
|
| |
I ran into a problem following these instructions, and this change got me past it.
The command in question enables access to the C++ compiler (puts it on the PATH or something like that). If you do it with `sudo`, it leaves you at a root shell prompt. If you then exit that root prompt, to go back to non-root, then g++ is no longer accessible. If you want to compile as non-root, then you need to do `scl` as non-root.
|
|
|
|
|
| |
- add copy of openssl libs to appvoyer CI tests
- update windows compile documentation
|
|
|
|
|
| |
- add CMake flag `XMRSTAK_COMPILE` to select `native` or `static` compile
- add new flags to the documentation
|
|
|
|
|
| |
- add CUDA and AMD APP SDK dependency to linux compile guide
- add AMD APP SDK dependency to windows compile guide
|
| |
|
|
- add more documentation
- split documentation into different files
|