Also install pkg-config and libpcre3-dev so Go does not complain
This commit is contained in:
parent
4da12f7969
commit
0a91741cc8
|
@ -9,7 +9,7 @@ SRCROOT="/opt/go"
|
||||||
|
|
||||||
# Install Go
|
# Install Go
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y build-essential curl git-core mercurial zip
|
apt-get install -y build-essential curl git-core libpcre3-dev mercurial pkg-config zip
|
||||||
hg clone -u release https://code.google.com/p/go ${SRCROOT}
|
hg clone -u release https://code.google.com/p/go ${SRCROOT}
|
||||||
cd ${SRCROOT}/src
|
cd ${SRCROOT}/src
|
||||||
./all.bash
|
./all.bash
|
||||||
|
|
Loading…
Reference in New Issue