Update build instructions for Ubuntu

This commit is contained in:
Jeroen Rijken 2022-07-06 20:50:35 +02:00
parent 3d63f9e21e
commit 1556e62e10

View File

@ -48,6 +48,8 @@ This is fundamentally different from how AppArmor is used on Linux server as it
* An `apparmor` based linux distribution.
* Base profiles and abstractions shipped with AppArmor are supposed to be
installed.
* Go
* rsync
**Archlinux**
@ -65,6 +67,8 @@ sudo pacman -U apparmor.d-*.pkg.tar.zst \
Build using standard Debian package build tools:
```sh
sudo apt install debhelper ubuntu-dev-tools config-package-dev golang-go apparmor-profiles rsync
dpkg-buildpackage -b -d --no-sign
sudo dpkg -i ../apparmor.d_*_all.deb
```