summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2019-06-25 17:12:37 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2019-06-25 17:12:37 -0400
commitabd5d4f8c822105a52f57751f970b331e65943c9 (patch)
tree2129d09d05b639ea03779a0136ef4ecbe3979f71
parentTighten SSH with nodbus (#2789) (diff)
downloadfirejail-abd5d4f8c822105a52f57751f970b331e65943c9.tar.gz
firejail-abd5d4f8c822105a52f57751f970b331e65943c9.tar.zst
firejail-abd5d4f8c822105a52f57751f970b331e65943c9.zip
docs update: pkg-config package required on Debian/Ubuntu when running ./configure --apparmor
-rw-r--r--README6
-rw-r--r--README.md6
2 files changed, 8 insertions, 4 deletions
diff --git a/README b/README
index 4d488dbae..55edc0ebe 100644
--- a/README
+++ b/README
@@ -23,9 +23,11 @@ $ git clone https://github.com/netblue30/firejail.git
23$ cd firejail 23$ cd firejail
24$ ./configure && make && sudo make install-strip 24$ ./configure && make && sudo make install-strip
25 25
26On Debian/Ubuntu you will need to install git and a compiler: 26On Debian/Ubuntu you will need to install git and gcc compiler. AppArmor
27development libraries and pkg-config are required when using --apparmor
28./configure option:
27 29
28$ sudo apt-get install build-essential 30$ sudo apt-get install git build-essential libapparmor-dev pkg-config
29 31
30 32
31 33
diff --git a/README.md b/README.md
index 46370e6a5..f0cecd1e7 100644
--- a/README.md
+++ b/README.md
@@ -45,9 +45,11 @@ $ git clone https://github.com/netblue30/firejail.git
45$ cd firejail 45$ cd firejail
46$ ./configure && make && sudo make install-strip 46$ ./configure && make && sudo make install-strip
47````` 47`````
48On Debian/Ubuntu you will need to install git and a compiler: 48On Debian/Ubuntu you will need to install git and gcc compiler. AppArmor
49development libraries and pkg-config are required when using --apparmor
50./configure option:
49````` 51`````
50$ sudo apt-get install git build-essential 52$ sudo apt-get install git build-essential libapparmor-dev pkg-config
51````` 53`````
52 54
53 55