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
The following OS-specific build scripts have to be executed at least once before being able to use the project as a normal CMake project. The script downloads onnxruntime static library (that we created
59
+
with [ort-builder](https://github.com/olilarkin/ort-builder)) before calling CMake.
60
+
56
61
#### Mac
57
62
58
63
```
@@ -61,13 +66,29 @@ $ ./build.sh
61
66
62
67
#### Windows
63
68
69
+
Due to [a known issue](https://github.com/DamRsn/NeuralNote/issues/21), if you're not using Visual Studio 2022 (MSVC version: 19.35.x, check `cl` output), then you'll need to manually build onnxruntime.lib like so:
70
+
71
+
1. Ensure you have Python installed; if not, download at https://www.python.org/downloads/windows/
72
+
73
+
2. Execute each of the following lines in a command prompt:
0 commit comments