Skip to content

Commit

Permalink
Change compilation instruction in js readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vishniakov-nikolai committed Jan 8, 2025
1 parent 02b28ca commit ea69261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ OpenVINO GenAI Node.js bindings can be built as an extra module during the OpenV
```
1. Configure CMake with OpenVINO extra modules:
```sh
cmake -DOPENVINO_EXTRA_MODULES=*absolute path to genai repository directory* -DCPACK_ARCHIVE_COMPONENT_INSTALL=OFF \
cmake -DOPENVINO_EXTRA_MODULES=*path to genai repository directory* -DCPACK_ARCHIVE_COMPONENT_INSTALL=OFF \
-DCPACK_GENERATOR=NPM \
-DENABLE_PYTHON=OFF \
-DENABLE_WHEEL=OFF \
Expand Down

0 comments on commit ea69261

Please sign in to comment.