Also install pkg-config and libpcre3-dev so Go does not complain

This commit is contained in:
Igor Vuk 2014-09-14 00:03:51 +02:00
parent 4da12f7969
commit 0a91741cc8
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -9,7 +9,7 @@ SRCROOT="/opt/go"
# Install Go
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}
cd ${SRCROOT}/src
./all.bash