docs: describe the purpose of the INSTALL.sh
This commit is contained in:
parent
083cc573b6
commit
c9fe3e7d23
|
@ -16,6 +16,9 @@ Package name for linux-headers varies on different distributions, e.g.
|
|||
`linux-headers-generic` (Ubuntu), `linux-headers-amd64` (Debian),
|
||||
`kernel-devel` (CentOS, Fedora), `kernel-default-devel` (openSUSE).
|
||||
|
||||
|
||||
You can either run `./INSTALL.sh` script to automate the installation steps or follow them manually below:
|
||||
|
||||
* First install the configuration files:
|
||||
|
||||
```
|
||||
|
@ -53,4 +56,4 @@ binder_linux 114688 0
|
|||
ashmem_linux 16384 0
|
||||
crw-rw-rw- 1 root root 10, 55 Jun 19 16:30 /dev/ashmem
|
||||
crw-rw-rw- 1 root root 511, 0 Jun 19 16:30 /dev/binder
|
||||
```
|
||||
```
|
Loading…
Reference in New Issue