Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alichnewsky authored Oct 18, 2016
1 parent 0809026 commit f8ca924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ git clone https://github.com/alichnewsky/lrte.git
cd lrte
TAR_DIR=upstream ./grte/downloads.sh
./release.py --no_build_crosstool --email alichnewsky@gmail.com --docker_image=debian:jessie
./release.py --no_build_crosstool --email foo@bar.com --docker_image=debian:jessie
```

Download gcc, clang and ispc crosstool source code
Expand All @@ -58,7 +58,7 @@ Build and install crosstools
Only building ispc when lrte, `gcc` and `clang` crosstools have already been built
```
./release.py --no_build_lrte --crosstool_skip gcc clang --email alichnewsky@gmail.com --docker_image=debian:jessie
./release.py --no_build_lrte --crosstool_skip gcc clang --email foo@bar.com --docker_image=debian:jessie
```

Expand Down

0 comments on commit f8ca924

Please sign in to comment.