You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/cpp/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,12 @@ To run the examples locally you need to do the following:
15
15
```
16
16
pip install -r requirements.txt
17
17
```
18
-
1. Build [EmotiEffCppLib](../../../emotieffcpplib) with Libtorch and ONNXRuntime. It is important to
18
+
2. Build [EmotiEffCppLib](../../../emotieffcpplib) with Libtorch and ONNXRuntime. It is important to
19
19
build EmotiEffCppLib with flag: `-DBUILD_TESTS=ON` because we need
20
20
to reuse one library which builds for tests. Also, it is required to build
21
21
EmotiEffCppLib with flag: `-DBUILD_SHARED_LIBS=ON` because xeus-cling works
22
22
only with shared libraries.
23
-
2. Install [xeus-cling](https://github.com/jupyter-xeus/xeus-cling). Instruction how to build xeus-cling can be found [here](https://xeus-cling.readthedocs.io/en/latest/installation.html).
23
+
3. Install [xeus-cling](https://github.com/jupyter-xeus/xeus-cling). Instruction how to build xeus-cling can be found [here](https://xeus-cling.readthedocs.io/en/latest/installation.html).
24
24
25
25
After installing xeus-cling, you should be able to check available kernels and see `xcpp17` kernel:
26
26
```
@@ -31,14 +31,14 @@ To run the examples locally you need to do the following:
0 commit comments