Skip to content

Commit

Permalink
chore(doc): fix c_api setup command using removed make target
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarlin-zama committed Dec 13, 2024
1 parent 42f2e6a commit 6f72490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tfhe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,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"]
Expand Down
2 changes: 1 addition & 1 deletion tfhe/docs/guides/c_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6f72490

Please sign in to comment.