Added packaging guide and compat fix
Added packaging guide and compat fix
This commit is contained in:
parent
b558310e0a
commit
dcd52bf298
|
@ -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/binder': No such file or directory
|
||||||
ls: cannot access '/dev/ashmem': 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
|
||||||
|
```
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
9
|
10
|
||||||
|
|
Loading…
Reference in New Issue