summaryrefslogtreecommitdiffstats
path: root/doc/compile_Linux.md
Commit message (Collapse)AuthorAgeFilesLines
* instructions for new gcc versionsJuan Leni2018-03-251-0/+7
|
* Merge pull request #1032 from jurnho/patch-1psychocrypt2018-02-031-1/+1
|\ | | | | Update compile_Linux.md
| * Update compile_Linux.mdJurn Ho2018-02-031-1/+1
| |
* | Merge pull request #864 from Morganamilo/masterpsychocrypt2018-01-131-1/+1
|\ \ | | | | | | Add --needed to pacman install
| * | Add --needed to pacman installmorganamilo2018-01-111-1/+1
| |/ | | | | | | | | Only install if the user doesnt already have the packages installed, no point in reinstalling everything.
* | Update compile_Linux.mdGene2017-12-301-0/+1
| |
* | added instructions for TinyCore LinuxGene2017-12-301-0/+27
|/
* for CentOS, do scl without sudoGene2017-12-181-1/+1
| | | | | 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.
* fix windows compile documentationpsychocrypt2017-11-191-0/+2
| | | | | - add copy of openssl libs to appvoyer CI tests - update windows compile documentation
* native compile by defaultpsychocrypt2017-11-121-2/+2
| | | | | - add CMake flag `XMRSTAK_COMPILE` to select `native` or `static` compile - add new flags to the documentation
* update compile documentationpsychocrypt2017-11-081-0/+14
| | | | | - add CUDA and AMD APP SDK dependency to linux compile guide - add AMD APP SDK dependency to windows compile guide
* Lots of little cleanup changesfireice-uk2017-10-041-5/+20
|
* documentationpsychocrypt2017-09-301-0/+48
- add more documentation - split documentation into different files
OpenPOWER on IntegriCloud