summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 46370e6a5..e1a79120a 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
@@ -113,4 +115,5 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
113 115
114## New profiles: 116## New profiles:
115 117
116klatexformula, klatexformula_cmdl, links, pandoc, qgis, teams-for-linux, xlinks, OpenArena, gnome-sound-recorder, godot, tcpdump, tshark, keepassxc-cli, keepassxc-proxy, newsbeuter, rhythmbox-client 118klatexformula, klatexformula_cmdl, links, pandoc, qgis, teams-for-linux, xlinks, OpenArena, gnome-sound-recorder, godot, tcpdump, tshark, keepassxc-cli, keepassxc-proxy, newsbeuter, rhythmbox-client,
119jerry