8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab8ba6 commit e1886cfCopy full SHA for e1886cf
README.md
@@ -617,7 +617,12 @@ And after 4.45 hours, you will have the final perplexity.
617
618
#### Building the Project using Android NDK
619
You can easily run `llama.cpp` on Android device with [termux](https://termux.dev/).
620
-First, obtain the [Android NDK](https://developer.android.com/ndk) and then build with CMake:
+
621
+First, install the essential packages for termux:
622
+```
623
+pkg install clang wget git cmake
624
625
+Second, obtain the [Android NDK](https://developer.android.com/ndk) and then build with CMake:
626
```
627
$ mkdir build-android
628
$ cd build-android
0 commit comments