You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Install the [Termux](https://termux.com) app on your device, then enable storage permissions manually from its settings page. After that, run the following commands in the terminal.
7
+
1. Install the [Termux](https://f-droid.org/en/packages/com.termux) app on your device, then enable storage permissions manually from its settings page. After that, run the following commands in the terminal.
8
8
9
9
```bash
10
-
$ pkg update
11
-
$ pkg upgrade
12
-
$ pkg install ffmpeg
13
-
$ ln -s /storage/emulated/0/Download Download
10
+
pkg update
11
+
pkg upgrade
12
+
pkg install ffmpeg
13
+
ln -s /storage/emulated/0/Download Download
14
14
```
15
15
16
16
2. Install [vsd on termux](https://github.com/clitic/vsd/blob/main/vsd/BUILD.md#android-on-termux). Currently, only *arm64-v8a* binaries pre-builts are available which can be installed using the following command.
3. Now build with *aarch64-linux-android target*. `rpath` link arg can be removed if you do not want to support termux. You can also use [cargo-ndk](https://github.com/bbqsrc/cargo-ndk) to build vsd.
This command launches an automated browser instance and listen on requests. Behavior may vary, and it may not work as expected on all websites. This is equivalent to manually doing:
56
+
55
57
Inspect -> Network -> Fetch/XHR -> Filter by extension -> Copy as cURL (bash)
Copy file name to clipboardExpand all lines: docs/install.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Finally, add that directory to your system's `PATH` environment variable.
69
69
70
70
=== ":fontawesome-brands-android: Android"
71
71
72
-
Requires [Termux](https://f-droid.org/en/packages/com.termux). Downloads and extracts the binary to $PREFIX/bin.
72
+
Requires [Termux](https://f-droid.org/en/packages/com.termux). Downloads and extracts the binary to `$PREFIX/bin`. See [android support](https://clitic.github.io/vsd/android) for more details.
73
73
74
74
=== "arm64"
75
75
@@ -82,5 +82,5 @@ Finally, add that directory to your system's `PATH` environment variable.
0 commit comments