From 162234ee6ff6784fed92574870c7917b2020fa45 Mon Sep 17 00:00:00 2001 From: Zack Hu Date: Sat, 31 Mar 2018 15:11:12 -0500 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f457267..86f86df 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,19 @@ CockroachDB (and on occasion, other databases). # Building -`make build` will build all load generators. The binaries can be found +Please use the following steps to setup: + +1. `go get -v github.com/golang/lint` +2. `go get -v github.com/kisielk/errcheck/internal/errcheck` +3. `go get -v github.com/kisielk/gotool` +4. Put "loadgen" aside with your cockroachdb source code like the following: + +``` +$ ls ~/go/src/github.com/cockroachdb +cockroach loadgen +``` + +5. `make build` will build all load generators. The binaries can be found in the individual directories (`kv/kv`, `tpcc/tpcc`,`tpch/tpch`, `ycsb/ycsb`, and `rand/rand`).