Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user