Merge pull request #678 from harmony-one/update_README_for_bls_sourcing

Include source command for Initializing BLS
pull/682/head
Eugene Kim 6 years ago committed by GitHub
commit 014a00a9fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      README.md

@ -51,6 +51,19 @@ git submodule update --init --recursive
## Build ## Build
Note : Some of our scripts require bash 4.x support, please [install bash 4.x](http://tldrdevnotes.com/bash-upgrade-3-4-macos) on MacOS X.
### Build all executables
You can run the script `./scripts/go_executable_build.sh` to build all the executables.
### Build individual executables
Initialize BLS
```
source scripts/setup_bls_build_flags.sh
```
Harmony server / main node: Harmony server / main node:
``` ```
@ -69,10 +82,6 @@ Tx Generator:
go build -o bin/txgen cmd/client/txgen/main.go go build -o bin/txgen cmd/client/txgen/main.go
``` ```
You can also run the script `./scripts/go_executable_build.sh` to build all the executables.
Some of our scripts require bash 4.x support, please [install bash 4.x](http://tldrdevnotes.com/bash-upgrade-3-4-macos) on MacOS X.
## Usage ## Usage
You may build the src/harmony.go locally and run local test. You may build the src/harmony.go locally and run local test.

Loading…
Cancel
Save