From d260804d19fcb2d547fc88ac01f083cbdab6f6b5 Mon Sep 17 00:00:00 2001 From: Yisus7u7 <64093255+Yisus7u7@users.noreply.github.com> Date: Wed, 16 Jun 2021 16:12:12 -0500 Subject: [PATCH] Update index.md --- docs/android/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/android/index.md b/docs/android/index.md index 4480b3c..43eaaa0 100644 --- a/docs/android/index.md +++ b/docs/android/index.md @@ -25,3 +25,16 @@ pkg install -y clang make openssl openssl-tool wget openssh coreutils gtk2 gtk3 ./configure --prefix=$PREFIX make && make install ``` + +To use xhydra, you will need to install a graphical output in termux, you can be guided from this article: + +[https://wiki.termux.com/wiki/Graphical_Environment](https://wiki.termux.com/wiki/Graphical_Environment) + +If you have never used a GUI on Android or are not able to configure it, +you can use these projects from the termux community: + +- [openbox by adi1090x](https://github.com/adi1090x/termux-desktop) + +- [lxqt by yisus](https://github.com/Yisus7u7/termux-desktop-lxqt) + +- [xfce4 by yisus](https://github.com/Yisus7u7/termux-desktop-xfce)