-
-
Notifications
You must be signed in to change notification settings - Fork 6
Setup
To enable all features supported by Termux, please follow the setup instruction.
You can install Termux in 3 approaches:
Then please grant the following permissions for TermuC.
- Draw overlay
- Back pop-up
- Ignore battery optimization
Run termux-storage
to grant storage permission for Termux.
And allow external apps to execute command in Termux. Edit ~/.termux/termux.properites
, add one line with allow-external-apps=true
.
Or you can go to settings and click the "Initialize Termux" to achieve it semi-automatically.
Run the following command in Termux:
pkg i clang
If succeeded, run clang -v
and you will get version information.
The clangd
language server is also included in clang
package. Run clangd --version
to check if it's available.
You can install TermuC via F-Droid or Github Action. Once done, please grant the "Run commands in Termux" permission to it.