From aa2f443dfe6f5e01a1bf10ad0c1439fee0f0c0ff Mon Sep 17 00:00:00 2001 From: RAJVARDHAN SOMRAJ DESHMUKH Date: Tue, 26 Dec 2017 13:03:52 -0500 Subject: [PATCH 1/2] use updated version of ninja --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b233fc544..1366c2856 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,12 @@ Building on Linux 0. Clone this repository: ``` + cd ~ git clone https://github.com/google/proto-quic.git + git clone https://github.com/martine/ninja.git -b v1.7.2 + cd ninja && ./configure.py --bootstrap + export PATH=$PATH:~/ninja/ + cd proto-quic export PROTO_QUIC_ROOT=`pwd`/src export PATH=$PATH:`pwd`/depot_tools From 7e76501af94ec0f29ab66e49eef77729d2b8da59 Mon Sep 17 00:00:00 2001 From: RAJVARDHAN SOMRAJ DESHMUKH Date: Tue, 26 Dec 2017 13:06:12 -0500 Subject: [PATCH 2/2] update proto_quic_root --- proto_quic_tools/sync.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/proto_quic_tools/sync.sh b/proto_quic_tools/sync.sh index 2ff6e6753..39f5a31b6 100755 --- a/proto_quic_tools/sync.sh +++ b/proto_quic_tools/sync.sh @@ -1,4 +1,5 @@ #!/bin/bash +export PROTO_QUIC_ROOT=`pwd`/src if [ "$PROTO_QUIC_ROOT" == "" ]; then echo "PROTO_QUIC_ROOT is not set"