Merged github:zerotacg/ryzomcore/feature/travis-ci
This commit is contained in:
parent
5c15372011
commit
4896120720
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
NAME=w3c-libwww-5.4.0
|
||||
FILE="${NAME}.tgz"
|
||||
URL="http://www.w3.org/Library/Distribution/${FILE}"
|
||||
|
||||
wget $URL
|
||||
tar -xzvf ${FILE}
|
||||
(cd "$NAME" && ./configure --prefix=$HOME/protobuf && make && make install)
|
Loading…
Reference in a new issue