Skip to content

Commit 5ca0944

Browse files
committed
readme : remove obsolete Zig instructions (#7471)
1 parent adc9ff3 commit 5ca0944

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -364,17 +364,6 @@ In order to build llama.cpp you have four different options.
364364
cmake --build build --config Debug
365365
```
366366

367-
- Using `Zig` (version 0.11 or later):
368-
369-
Building for optimization levels and CPU features can be accomplished using standard build arguments, for example AVX2, FMA, F16C,
370-
it's also possible to cross compile for other operating systems and architectures:
371-
372-
```bash
373-
zig build -Doptimize=ReleaseFast -Dtarget=x86_64-windows-gnu -Dcpu=x86_64+avx2+fma+f16c
374-
```
375-
376-
The `zig targets` command will give you valid options to use.
377-
378367
- Using `gmake` (FreeBSD):
379368

380369
1. Install and activate [DRM in FreeBSD](https://wiki.freebsd.org/Graphics)

0 commit comments

Comments
 (0)