Files
omnivoice-cpp/buildtermux.sh
T
2026-07-05 18:11:23 +07:00

9 lines
164 B
Bash
Executable File

#!/bin/bash
rm -rf build
mkdir build
cd build
cmake .. -DGGML_BLAS=ON -DBLAS_INCLUDE_DIRS=$PREFIX/include/openblas
cmake --build . --config Release -j "$(nproc)"