From 7efdb22cbd4d0501010cdd1a6ebf26aa90f3bf89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20D=C3=ADaz?= Date: Wed, 13 Mar 2019 22:43:42 +0100 Subject: [PATCH] Update README with new building instructions --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43c88cf6e..2defb0c68 100644 --- a/README.md +++ b/README.md @@ -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