Added packaging guide and compat fix

Added packaging guide and compat fix
This commit is contained in:
Puspendu Banerjee 2024-04-01 20:41:13 -05:00 committed by Christian Hoff
parent b558310e0a
commit dcd52bf298
2 changed files with 9 additions and 1 deletions

View File

@ -100,3 +100,11 @@ modprobe: FATAL: Module binder_linux not found in directory /lib/modules/6.0.2-7
ls: cannot access '/dev/binder': No such file or directory
ls: cannot access '/dev/ashmem': No such file or directory
```
# Packaging:
## Debian/Ubuntu:
```
sudo apt-get install devscripts dh-dkms -y
debuild -i -us -uc -b
ls -lrt ../anbox-modules-dkms_*.deb
```

2
debian/compat vendored
View File

@ -1 +1 @@
9
10