Skip to content

Commit ff0dbc2

Browse files
committed
Add individual example instructions to Android section
1 parent c50c876 commit ff0dbc2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

example/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ cmake --preset=rel
5757
cmake --build --preset=rel -t run-examples
5858
```
5959

60-
For GPU support, add `-o gpu=True` to the `conan install` command. If an existing build exists, you may need to run;
60+
For GPU support, add `-o gpu=True` to the `conan install` command. If an existing build exists, you may need to run:
6161

6262
```bash
6363
cmake --preset=rel -Dedgerunner_ENABLE_GPU=ON
@@ -94,3 +94,9 @@ conan install . -b missing -pr android -o examples=True
9494
cmake --preset=rel
9595
cmake --build --preset=rel -t run-examples
9696
```
97+
98+
To run an individual example, execute:
99+
100+
```bash
101+
cmake --build --preset=rel -t run_<example_name>
102+
```

0 commit comments

Comments
 (0)