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 14, 2019
1 parent f4f7fdf commit 522c3ed
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 522c3ed

Please sign in to comment.