Update README.md

This commit is contained in:
2026-07-01 21:09:10 +02:00
parent f46bd2a058
commit 21d1af8f8a
-10
View File
@@ -8,16 +8,6 @@ Zig 0.16 wrapper for Intel/CIRCL `miclib.h` / `libmicmgmt`.
zig build zig build
``` ```
The default miclib system library name is `micmgmt`, which links `-lmicmgmt`.
Override it if your install uses another name:
```sh
zig build -Dmiclib_name=micmgmt
```
`miclib.h` includes `scif.h`, so `-Dmiclib_include` must reference a directory where both headers are visible.
The build script links `micmgmt`, `scif`, libc, and libc++ because the upstream implementation is C++ with a C ABI.
## Use as a dependency ## Use as a dependency
```sh ```sh