mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
Add note about memory requirements to build docs (#301)
This commit is contained in:
parent
c426d79ecc
commit
2e87f40b91
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ In order to compile and run Grin on your machine, you should have installed:
|
||||||
curl https://sh.rustup.rs -sSf | sh
|
curl https://sh.rustup.rs -sSf | sh
|
||||||
source $HOME/.cargo/env
|
source $HOME/.cargo/env
|
||||||
```
|
```
|
||||||
|
Note that the compiler also requires up to 2Gb of available memory.
|
||||||
|
|
||||||
## Build Instructions (Linux/Unix)
|
## Build Instructions (Linux/Unix)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue