If you prefer not to use the yzma installer, you can download prebuilt llama.cpp binaries manually from the llama.cpp releases or llama-cpp-builder releases (for Ubuntu CUDA/Vulkan arm64).
Crucial Step: Set the YZMA_LIB environment variable
Regardless of your OS, you MUST set the YZMA_LIB environment variable to point to the directory containing your downloaded library files (.so, .dylib, or .dll).
Linux:
export YZMA_LIB=/path/to/your/lib
macOS:
export YZMA_LIB=/path/to/your/lib
Windows:
set YZMA_LIB=C:\path\to\your\lib
Note for Windows CUDA users: You must also download the cudart files from the same location as the other llama.cpp libraries.
export YZMA_LIB=/home/ron/Development/yzma/lib