Skip to content

Commit

Permalink
chore: readme for build examples package
Browse files Browse the repository at this point in the history
  • Loading branch information
ytlm authored and ivanitskiy committed Oct 18, 2023
1 parent 2072f8a commit 9ce7895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ See the [Dockerfile](Dockerfile) for dependencies as an example of required pack
Example modules are available in [examples](examples) folder. You can use `cargo build --package=examples --examples` to build these examples. After building, you can find the `.so` or `.dylib` in the `target/debug` folder. Add `--features=linux` to build linux specific modules. **NOTE**: adding the "linux" feature on MacOS will cause a build failure.

For example (all examples plus linux specific):
`cargo build --packages=examples --examples --features=linux`
`cargo build --package=examples --examples --features=linux`

### Docker

Expand Down

0 comments on commit 9ce7895

Please sign in to comment.