Skip to content
RainbowC0 edited this page Nov 14, 2024 · 2 revisions

To enable all features supported by Termux, please follow the setup instruction.

Install Termux

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.

Install Clang Compiler

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.

Install TermuC

You can install TermuC via F-Droid or Github Action. Once done, please grant the "Run commands in Termux" permission to it.

Clone this wiki locally