From ab47fc123088a0dc0d677d781e2027f28ff965c2 Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Wed, 30 Sep 2015 14:11:25 -0700 Subject: [PATCH] include instructions to setup query code until yacc is run on some n1ql code, it's not ready to build --- secondary/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/secondary/README.md b/secondary/README.md index 10e47ae27..a001bda6d 100644 --- a/secondary/README.md +++ b/secondary/README.md @@ -10,6 +10,9 @@ All production secondary index related components (code, design, documentation) $ git clone git@github.com:couchbase/indexing.git $ cd indexing/secondary $ go get -d -v ./... + $ cd $GOPATH/src/github.com/couchbase/query/parser/n1ql + $ go tool yacc n1ql.y + $ cd $GOPATH/src/github.com/couchbase/indexing/secondary $ ./build.sh Note: