From 21d1af8f8a9f2a6d2804798f4551ff7fb96d3a33 Mon Sep 17 00:00:00 2001 From: kbz_8 Date: Wed, 1 Jul 2026 21:09:10 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 68ef94c..9f9d585 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,6 @@ Zig 0.16 wrapper for Intel/CIRCL `miclib.h` / `libmicmgmt`. 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 ```sh