aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-10-03 09:59:32 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-10-03 09:59:32 -0400
commit01cdce743568345bf9c6c6b34a68fa39df723f0e (patch)
tree1f2fc9ac4f8c8eb49b4755c872ad08282c81dd61 /README
parentmake test-compile for disable manpages (diff)
downloadfirejail-01cdce743568345bf9c6c6b34a68fa39df723f0e.tar.gz
firejail-01cdce743568345bf9c6c6b34a68fa39df723f0e.tar.zst
firejail-01cdce743568345bf9c6c6b34a68fa39df723f0e.zip
document compile-time dependency on gawk
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 9f096a926..f6e384d4a 100644
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ On Debian/Ubuntu you will need to install git and gcc compiler. AppArmor
27development libraries and pkg-config are required when using --apparmor 27development libraries and pkg-config are required when using --apparmor
28./configure option: 28./configure option:
29 29
30$ sudo apt-get install git build-essential libapparmor-dev pkg-config 30$ sudo apt-get install git build-essential libapparmor-dev pkg-config gawk
31 31
32For --selinux option, add libselinux1-dev (libselinux-devel for Fedora). 32For --selinux option, add libselinux1-dev (libselinux-devel for Fedora).
33 33