Skip to content

Commit 7cb1f29

Browse files
committed
install autoconf and libtool
These are necessary packages to be able to compile ffi.
1 parent 42d042e commit 7cb1f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo updating package information
1818
apt-add-repository -y ppa:brightbox/ruby-ng >/dev/null 2>&1
1919
apt-get -y update >/dev/null 2>&1
2020

21-
install 'development tools' build-essential
21+
install 'development tools' build-essential autoconf libtool
2222

2323
install Ruby ruby2.5 ruby2.5-dev
2424
update-alternatives --set ruby /usr/bin/ruby2.5 >/dev/null 2>&1

0 commit comments

Comments
 (0)