forked from lthn/blockchain
added a notice for building testnet
This commit is contained in:
parent
733a8d7510
commit
b09b6e3916
1 changed files with 2 additions and 0 deletions
|
|
@ -85,6 +85,8 @@ For instance, by adding the following lines to `~/.bashrc`
|
|||
make -j1 daemon simplewallet
|
||||
|
||||
**NOTICE**: If you are building on a machine with a relatively high amount of RAM or with the proper setting of virtual memory, then you can use `-j2` or `-j` option to speed up the building process. Use with caution.
|
||||
|
||||
**NOTICE 2**: If you'd like to build binaries for the testnet, use `cmake -D TESTNET=TRUE ..` instead of `cmake ..` .
|
||||
|
||||
1. Building GUI:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue