Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.
Merged
Changes from 1 commit
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
Next Next commit
doc: updated the reference to reflect the correct build cmds.
In 1.9 client-sdk moved from make build system to cmake.
This patch reflects the same in the reference doc.

Signed-off-by: Adithya Baglody <[email protected]>
  • Loading branch information
AdithyaBaglody committed Aug 28, 2020
commit c9309b6d0d17250ac99b68916717dd63202f7f73
4 changes: 2 additions & 2 deletions docs/client-sdk/client-sdk-reference-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ To use **sdo_sys** device module, follow these steps:

```
$ cd client-sdk/
$ make pristine
$ make MODULES=true
$ cmake -DMODULES=true .
$ make -j(nproc)
```

The binary would be created either in build/linux/debug or build/linux/release folder. Copy them to the root folder before proceeding with the next steps.
Expand Down