Skip to content

Commit 7fd9d94

Browse files
committed
Install libpcre3-dev for Linux builds
This package contains the required PCRE library development files and may be already installed, as is apparently the case for amd64 systems, but also may not be, as when using s390x architecture.
1 parent 05b6f07 commit 7fd9d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/travis-linux-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ -n "$GCC" ]]; then
1313
travis_retry sudo apt-get install -qq g++-$GCC
1414
fi
1515

16-
travis_retry sudo apt-get -qq install libboost-dev
16+
travis_retry sudo apt-get -qq install libboost-dev libpcre3-dev
1717

1818
WITHLANG=$SWIGLANG
1919

0 commit comments

Comments
 (0)