Update index.md

This commit is contained in:
Yisus7u7 2021-06-16 16:12:12 -05:00 committed by GitHub
commit d260804d19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,3 +25,16 @@ pkg install -y clang make openssl openssl-tool wget openssh coreutils gtk2 gtk3
./configure --prefix=$PREFIX ./configure --prefix=$PREFIX
make && make install 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)