mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Merged github:zerotacg/ryzomcore/feature/travis-ci
--HG-- branch : feature-travis-ci
This commit is contained in:
parent
5ddf333954
commit
c485f6b8b4
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