Skip to content

Commit 6ce31ba

Browse files
authored
Merge pull request #202 from yahonda/add_missing_packages
Add required `pkg-config` and `libyaml-dev` packages
2 parents 779ec0d + 9da1da6 commit 6ce31ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bootstrap.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install 'development tools' build-essential autoconf libtool
3030
gem update --system -N >/dev/null 2>&1
3131

3232
install Git git
33-
install SQLite sqlite3 libsqlite3-dev
33+
install SQLite sqlite3 libsqlite3-dev pkg-config
3434
install memcached memcached
3535
install Redis redis-server
3636
install RabbitMQ rabbitmq-server
@@ -53,6 +53,7 @@ GRANT ALL PRIVILEGES ON activerecord_unittest2.* to 'rails'@'localhost';
5353
GRANT ALL PRIVILEGES ON inexistent_activerecord_unittest.* to 'rails'@'localhost';
5454
SQL
5555

56+
install 'Psych dependencies' libyaml-dev
5657
install 'Nokogiri dependencies' libxml2 libxml2-dev libxslt1-dev
5758
install 'Blade dependencies' libncurses5-dev
5859
install 'ruby-vips dependencies' libvips

0 commit comments

Comments
 (0)