Merge pull request #534 from jhaaaa/mac-boost-step

Adds missing info to Boost install
This commit is contained in:
Jennifer Hasegawa
2019-03-11 18:15:17 -07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -261,7 +261,7 @@ For other web servers, see [I want to add CORS support to my server](https://ena
## Domain Verification
One use for the `xrp-ledger.toml` file is verifying that the same entity that operates a particular domain also operates a particular validator, as identified by the validator's public key. Verifying that a domain and a validator are owned by the same entity provides greater assurances of the identity of the validator operator and is a recommended step for becoming a trusted validator. (For other recommendations, see [Properties of a Good Validator](run-rippled-as-a-validator.html#understand-the-traits-of-a-good-validator).)
One use for the `xrp-ledger.toml` file is verifying that the same entity that operates a particular domain also operates a particular validator, as identified by the validator's public key. Verifying that a domain and a validator are owned by the same entity provides greater assurances of the identity of the validator operator and is a recommended step for becoming a trusted validator. (For other recommendations, see [Properties of a Good Validator](run-rippled-as-a-validator.html#1-understand-the-traits-of-a-good-validator).)
Domain verification requires establishing a two-way link between the domain operator and the validator:

View File

@@ -32,6 +32,7 @@ For development purposes Ripple recommends running `rippled` as your own user, n
3. In a terminal, run:
cd /LOCATION/OF/YOUR/BOOST/DIRECTORY
./bootstrap.sh
./b2 cxxflags="-std=c++14"