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 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"