mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
chore(doc): fix c_api setup command using removed make target
This commit is contained in:
committed by
Nicolas Sarlin
parent
c41b76f892
commit
d2c13e4593
@@ -104,7 +104,7 @@ experimental-force_fft_algo_dif4 = []
|
||||
# End experimental section
|
||||
|
||||
__c_api = ["dep:cbindgen"]
|
||||
# For the semver trick to skip the build.rs
|
||||
# Can be used in some situations to reduce build time with GPU
|
||||
__force_skip_cbindgen = []
|
||||
boolean-c-api = ["boolean", "__c_api"]
|
||||
shortint-c-api = ["shortint", "__c_api"]
|
||||
|
||||
@@ -7,7 +7,7 @@ This document describes the C bindings to the **TFHE-rs** high-level primitives
|
||||
You can build **TFHE-rs** C API using the following command:
|
||||
|
||||
```shell
|
||||
RUSTFLAGS="-C target-cpu=native" cargo +nightly build --release --features=high-level-c-api -p tfhe && make symlink_c_libs_without_fingerprint
|
||||
RUSTFLAGS="-C target-cpu=native" cargo +nightly build --release --features=high-level-c-api -p tfhe
|
||||
```
|
||||
|
||||
Locate files in the right path:
|
||||
|
||||
Reference in New Issue
Block a user