]> glassweightruler.freedombox.rocks Git - waydroid.git/blobdiff - README.md
more confs
[waydroid.git] / README.md
index c08ca7b77d648b2b51a05037f800e9245a2ad8e8..83156a69d39745fe6ed204fe67eadd7958cac471 100644 (file)
--- a/README.md
+++ b/README.md
@@ -35,3 +35,23 @@ lunch lineage_anbox_arm64-userdebug
 make systemimage -j$(nproc --all)
 make vendorimage -j$(nproc --all)
 ```
+
+How to install
+---------------
+Execute command blew: 
+```
+wget -O - https://github.com/Anbox-halium/anbox-halium/raw/lineage-17.1/scripts/install.sh | bash
+```
+Note: Run installer on the user you are willing to install anbox on 
+
+Patching kernel
+---------------
+Running anbox requires: 
+* Veth for networking
+* Ashmem
+* Specific binder nodes (anbox-binder anbox-hwbinder anbox-vndbinder)
+Checkout defconfig kernel patcher [script](https://github.com/Anbox-halium/anbox-halium/blob/lineage-17.1/scripts/check-kernel-config.sh) for patching halium devices kernel.
+```
+check-kernel-config.sh halium_device_defconfig -w 
+```
+On mainline devices it is highly recommanded to use needed drivers as module. (binder_linux and ashmem_linux)