1
0
Fork 0
forked from lthn/blockchain

added a notice for building testnet

This commit is contained in:
crypto.sowle 2021-07-29 03:28:41 +03:00 committed by GitHub
parent 733a8d7510
commit b09b6e3916
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: