Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

new version of ninja required for build #70

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions proto_quic_tools/sync.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
export PROTO_QUIC_ROOT=`pwd`/src

if [ "$PROTO_QUIC_ROOT" == "" ]; then
echo "PROTO_QUIC_ROOT is not set"
Expand Down