Skip to content

Commit

Permalink
Update README with new building instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Mar 13, 2019
1 parent 3053c61 commit 7efdb22
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,16 @@ and verifing events. This example runs a standalone server. You can add any
source of ordered events like logs, ledgers, etc...

### Standalone example
- Download the software and its dependencies
- Download the software and its dependencies (including rocksdb)
```
go get -v -u -d github.com/bbva/qed/...
$ git clone https://github.com/bbva/qed $GOPATH/src/github.com/bbva/qed
$ cd $GOPATH/src/github.com/bbva/qed
$ git submodule update --init --recursive
$ cd c-deps
$ ./builddeps.sh
$ cd ..
$ CGO_LDFLAGS_ALLOW='.*' go build
```
- Start the standalone server

Expand Down

0 comments on commit 7efdb22

Please sign in to comment.