Dr. Jaska
How to Install SDL2?
Huh, I couldn't find sdl.h from Termux, x11 repo nor tur repo.
You can grab the source code from their git with
git clone https://github.com/libsdl-org/SDL.git
and hope that you don't need to patch their build processes or you can see if they give releases which you can grab16 replies
No sync between Android filesystem and termux
$ termux-media-scan -r ~/storage/shared
updates your indexing or whatever of the files on your phone. Without this they will appear there with noticeable delay. All applications which don't scan memory directly will have this.56 replies
Davinci Resolve on Android
Unless they ship Linux ARM64 builds you can't run AMD64 binaries natively nor can you compile it since it's closed source. You can run it with translation/virtualisation but it will tank performance but idk by how much.
4 replies
how can ı change termux files location or how can ı access termux data files with normal file browse
If you want to use the shared storage to sync changes instead of something like Git or rsync then your workflow would look like:
edit in termux
move to shared
share to pc
edit in pc
move to shared
move to termux
edit in termux
repeat
20 replies
how can ı change termux files location or how can ı access termux data files with normal file browse
Shared storage is the main storage of your phone which all apps can see into if given the storage permission. The place where your camera images, downloads, etc. end up
20 replies