Browse Source

Fix coordinator run instructions in README

tags/v0.0.0-test.4
Philipp Oppermann 3 years ago
parent
commit
ed59e69eca
Failed to extract signature
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      binaries/coordinator/README.md

+ 3
- 3
binaries/coordinator/README.md View File

@@ -31,12 +31,12 @@ There are drawbacks too, for example:
```bash
cargo build -p dora-runtime --release
cargo build -p dora-coordinator --examples --release
cargo build --manifest-path ../runtime/examples/example-operator/Cargo.toml --release
cargo build --manifest-path ../examples/example-operator/Cargo.toml --release
```
- Compile the C example operator through:
```bash
cd ../runtime/examples/c-operator
cp ../../../apis/c/operator/api.h .
cd ../../examples/c-operator
cp ../../apis/c/operator/api.h .
clang -c operator.c
clang -shared -v operator.o -o operator.so
```


Loading…
Cancel
Save