Skip to content

Commit 3ec2262

Browse files
committed
Add libcap as a dependency as it is required by isolate
1 parent aed55e5 commit 3ec2262

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/Installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ On Ubuntu 16.04, one will need to run the following script to satisfy all depend
5858
# Feel free to change OpenJDK packages with your preferred JDK.
5959
sudo apt-get install build-essential openjdk-8-jre openjdk-8-jdk fpc \
6060
postgresql postgresql-client gettext python2.7 \
61-
iso-codes shared-mime-info stl-manual cgroup-lite
61+
iso-codes shared-mime-info stl-manual cgroup-lite libcap-dev
6262

6363
# Only if you are going to use pip/virtualenv to install python dependencies
6464
sudo apt-get install python-dev libpq-dev libcups2-dev libyaml-dev \
@@ -77,7 +77,7 @@ On Arch Linux, unofficial AUR packages can be found: `cms <http://aur.archlinux.
7777

7878
sudo pacman -S base-devel jre8-openjdk jdk8-openjdk fpc \
7979
postgresql postgresql-client python2 \
80-
iso-codes shared-mime-info
80+
iso-codes shared-mime-info libcap
8181

8282
# Install the following from AUR.
8383
# https://aur.archlinux.org/packages/libcgroup/

0 commit comments

Comments
 (0)