mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
README: step by step detail for rpi setup commands
This commit is contained in:
parent
0b6bfb1fd8
commit
c24f185196
@ -300,14 +300,16 @@ Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch (
|
|||||||
* Build:
|
* Build:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make release
|
USE_SINGLE_BUILDDIR=1 make release
|
||||||
```
|
```
|
||||||
|
|
||||||
* Wait 4-6 hours
|
* Wait 4-6 hours
|
||||||
|
|
||||||
* The resulting executables can be found in `build/release/bin`
|
* The resulting executables can be found in `build/release/bin`
|
||||||
|
|
||||||
* Add `PATH="$PATH:$HOME/monero/build/release/bin"` to `.profile`
|
* Add `export PATH="$PATH:$HOME/monero/build/release/bin"` to `$HOME/.profile`
|
||||||
|
|
||||||
|
* Run `source $HOME/.profile`
|
||||||
|
|
||||||
* Run Monero with `monerod --detach`
|
* Run Monero with `monerod --detach`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user