From ad571bbeed3f72015cc2c9e5402b7bad4345fef5 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Thu, 6 Jun 2024 10:26:05 +0200 Subject: [PATCH] Fix a typo and add Fedora 40 pacakge to install for Vulkan * fix "appropiate" to "appropriate" * add Fedora 40 packages to install to compile with Vulkan support --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d2a59d89..6f9a509dd 100644 --- a/README.md +++ b/README.md @@ -577,7 +577,9 @@ Building the program with BLAS support may lead to some performance improvements vulkaninfo ``` - Alternatively your package manager might be able to provide the appropiate libraries. For example for Ubuntu 22.04 you can install `libvulkan-dev` instead. + Alternatively your package manager might be able to provide the appropriate libraries. + For example for Ubuntu 22.04 you can install `libvulkan-dev` instead. + For Fedora 40, you can install `vulkan-devel`, `glslc` and `glslang` packages. Then, build llama.cpp using the cmake command below: