This repository was archived by the owner on Dec 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ addons:
1818 apt :
1919 packages :
2020 - clang
21+ - pkg-config
2122bundler_args : --jobs=4 --retry=3
2223before_install :
2324 - if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update bundler; fi
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ Building the V8 library from source imposes the following requirements:
8484 [ #217 ] ( https://github.com/cowboyd/libv8/issues/217 ) for state of other
8585 platforms.
8686* Python 2
87+ * pkg-config
8788
8889### Using a git version
8990
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ Vagrant.configure(2) do |config|
7878 sudo apt-add-repository ppa:brightbox/ruby-ng
7979 sudo apt-get update
8080 sudo apt-get dist-upgrade -y
81- sudo apt-get install -y build-essential git ruby-switch ruby2.3 ruby2.3-dev
81+ sudo apt-get install -y build-essential git ruby-switch ruby2.3 ruby2.3-dev pkg-config
8282 sudo ruby-switch --set ruby2.3
8383 sudo gem install bundler
8484 SHELL
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ Vagrant.configure(2) do |config|
7878 sudo apt-add-repository ppa:brightbox/ruby-ng
7979 sudo apt-get update
8080 sudo apt-get dist-upgrade -y
81- sudo apt-get install -y build-essential git ruby-switch ruby2.3 ruby2.3-dev
81+ sudo apt-get install -y build-essential git ruby-switch ruby2.3 ruby2.3-dev pkg-config
8282 sudo ruby-switch --set ruby2.3
8383 sudo gem install bundler
8484 SHELL
You can’t perform that action at this time.
0 commit comments