Skip to content

Commit

Permalink
modify get_third_party.sh for spp_rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
msecowner committed Jan 5, 2017
1 parent c2e1932 commit 7302134
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion get_third_party.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ wget --content-disposition --timeout=5 --tries=5 'https://codeload.github.com/ia
cd -

mkdir -p http-parser; cd http-parser
wget --content-disposition --timeout=5 --tries=5 'https://codeload.github.com/benoitc/http-parser/tar.gz/0.8.3'
wget --content-disposition --timeout=5 --tries=5 'https://codeload.github.com/nodejs/http-parser/tar.gz/v2.7.1'
cd -

mkdir -p libunwind; cd libunwind
Expand All @@ -108,4 +108,20 @@ mkdir -p jansson; cd jansson
wget --content-disposition --timeout=5 --tries=5 'http://www.digip.org/jansson/releases/jansson-2.9.tar.gz'
cd -

mkdir -p php; cd php
wget --content-disposition --timeout=5 --tries=5 'http://cn2.php.net/distributions/php-5.6.25.tar.gz'
cd -

mkdir -p python; cd python
wget --content-disposition --timeout=5 --tries=5 'https://www.python.org/ftp/python/2.7.12/Python-2.7.12.tgz'
cd -

mkdir -p json2pb; cd json2pb
wget --content-disposition --timeout=5 --tries=5 'https://codeload.github.com/downup2u/json2pb-master/zip/master'
cd -

mkdir -p setuptools; cd setuptools
wget --content-disposition --timeout=5 --tries=5 'https://codeload.github.com/pypa/setuptools/tar.gz/v32.0.0'
cd -

cd -

0 comments on commit 7302134

Please sign in to comment.