summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2024-06-04 19:43:01 +0300
committerGeorgi Gerganov <ggerganov@gmail.com>2024-06-04 19:43:01 +0300
commit5ca0944a153b65724d51b2f484139aa25ccb7a8b (patch)
tree80ccd5c723161d64e36187c641de1e1137be2138
parentadc9ff384121f4d550d28638a646b336d051bf42 (diff)
readme : remove obsolete Zig instructions (#7471)
-rw-r--r--README.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/README.md b/README.md
index 8680460a..1f2d9b1f 100644
--- a/README.md
+++ b/README.md
@@ -364,17 +364,6 @@ In order to build llama.cpp you have four different options.
cmake --build build --config Debug
```
-- Using `Zig` (version 0.11 or later):
-
- Building for optimization levels and CPU features can be accomplished using standard build arguments, for example AVX2, FMA, F16C,
- it's also possible to cross compile for other operating systems and architectures:
-
- ```bash
- zig build -Doptimize=ReleaseFast -Dtarget=x86_64-windows-gnu -Dcpu=x86_64+avx2+fma+f16c
- ```
-
- The `zig targets` command will give you valid options to use.
-
- Using `gmake` (FreeBSD):
1. Install and activate [DRM in FreeBSD](https://wiki.freebsd.org/Graphics)