update readme
This commit is contained in:
parent
5c809f341e
commit
1765491168
12
README.md
12
README.md
|
@ -38,6 +38,14 @@ cp bazel-bin/mediapipe/libmediagraph.so /usr/local/lib/libmediagraph.so
|
||||||
cp mediapipe/mediagraph.h /usr/local/include/mediagraph.h
|
cp mediapipe/mediagraph.h /usr/local/include/mediagraph.h
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## examples
|
||||||
|
|
||||||
|
Examples are located in the `./examples` directory. Run them with
|
||||||
|
|
||||||
|
```shell
|
||||||
|
cargo run --release --example hello
|
||||||
|
```
|
||||||
|
|
||||||
## usage
|
## usage
|
||||||
|
|
||||||
Add the following to your dependencies list in `Cargo.toml`:
|
Add the following to your dependencies list in `Cargo.toml`:
|
||||||
|
@ -45,7 +53,3 @@ Add the following to your dependencies list in `Cargo.toml`:
|
||||||
```toml
|
```toml
|
||||||
ux-mediapipe = { git = "https://github.com/julesyoungberg/ux-mediapipe" }
|
ux-mediapipe = { git = "https://github.com/julesyoungberg/ux-mediapipe" }
|
||||||
```
|
```
|
||||||
|
|
||||||
## binding generation
|
|
||||||
|
|
||||||
The binding generation should be automated. Currently it is a combination of manual commands and manual file editing...not ideal.
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user