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