aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
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.md
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.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac91df682..2bb05a872 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ On Debian/Ubuntu you will need to install git and gcc compiler. AppArmor
92development libraries and pkg-config are required when using --apparmor 92development libraries and pkg-config are required when using --apparmor
93./configure option: 93./configure option:
94````` 94`````
95$ sudo apt-get install git build-essential libapparmor-dev pkg-config 95$ sudo apt-get install git build-essential libapparmor-dev pkg-config gawk
96````` 96`````
97For --selinux option, add libselinux1-dev (libselinux-devel for Fedora). 97For --selinux option, add libselinux1-dev (libselinux-devel for Fedora).
98 98