1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00

Add pkg-config dependency

This commit is contained in:
Petko Bordjukov 2019-04-17 16:00:32 +03:00
parent f4b4fe6ec2
commit b0ddeff330
4 changed files with 4 additions and 2 deletions

View file

@ -18,6 +18,7 @@ addons:
apt:
packages:
- clang
- pkg-config
bundler_args: --jobs=4 --retry=3
before_install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update bundler; fi

View file

@ -84,6 +84,7 @@ Building the V8 library from source imposes the following requirements:
[#217](https://github.com/cowboyd/libv8/issues/217) for state of other
platforms.
* Python 2
* pkg-config
### Using a git version

View file

@ -78,7 +78,7 @@ Vagrant.configure(2) do |config|
sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get dist-upgrade -y
sudo apt-get install -y build-essential git ruby-switch ruby2.3 ruby2.3-dev
sudo apt-get install -y build-essential git ruby-switch ruby2.3 ruby2.3-dev pkg-config
sudo ruby-switch --set ruby2.3
sudo gem install bundler
SHELL

View file

@ -78,7 +78,7 @@ Vagrant.configure(2) do |config|
sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get dist-upgrade -y
sudo apt-get install -y build-essential git ruby-switch ruby2.3 ruby2.3-dev
sudo apt-get install -y build-essential git ruby-switch ruby2.3 ruby2.3-dev pkg-config
sudo ruby-switch --set ruby2.3
sudo gem install bundler
SHELL