Skip to content

Commit

Permalink
Update building.md
Browse files Browse the repository at this point in the history
Update build instructions to reflect cmake3 requirement for Ubuntu 14.04 and clarify SKIP_TX_BY_ID documentation.
  • Loading branch information
Michael Vandeberg authored Jul 20, 2017
1 parent 478c599 commit 5dfcfe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Builds steem for use in a private testnet. Also required for building unit tests

### SKIP_BY_TX_ID=[OFF/ON]

The account history plugin does not allow querying of operations by transaction id.
This requires around 65% of CPU time when reindexing so disabling the index is a
By default this is off. Enabling will prevent the account history plugin querying transactions
by id, but saving around 65% of CPU time when reindexing. Enabling this option is a
huge gain if you do not need this functionality.

## Building under Docker
Expand Down Expand Up @@ -98,7 +98,7 @@ Here are the required packages:
# Required packages
sudo apt-get install -y \
autoconf \
cmake \
cmake3 \
g++ \
git \
libssl-dev \
Expand Down

0 comments on commit 5dfcfe9

Please sign in to comment.