Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ptf/SAI_PTF_user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ Build SAI thrift server and libraries

```bash
export SAITHRIFTV2=y
export GEN_SAIRPC_OPTS="-ve" # optional - to use SAI experimental headers
# Below is an example of linking additional application-specific libraries besides libsai.
# Modify to suit a particular use-case; longer multi-line expressions are also possible. Omit if not needed.
export SAIRPC_EXTRA_LIBS="-L/usr/local/lib/ -lpthread"

make saithrift-build
make saithrift-install
```
Expand Down