From b75b0405a745d5c2d681c32afd303f5deacae4e6 Mon Sep 17 00:00:00 2001 From: Vishniakov Nikolai Date: Wed, 10 Jul 2024 13:14:02 +0200 Subject: [PATCH] [OV JS] Add note about usage in development of Electron applications (#25475) ### Details: - Extend readme of `openvino-node` package by note about usage in Electron application ### Tickets: - 144938 --------- Co-authored-by: Sebastian Golebiewski --- src/bindings/js/node/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/bindings/js/node/README.md b/src/bindings/js/node/README.md index 577b4a5cf861eb..e2c38f2a18e516 100644 --- a/src/bindings/js/node/README.md +++ b/src/bindings/js/node/README.md @@ -14,6 +14,12 @@ Use the **openvino-node** package: const { addon: ov } = require('openvino-node'); ``` +## Usage in Electron applications + +To use the package in development of Electron applications on Windows, make sure that +**Desktop development with C++** component from +[Build Tools for Visual Studio](https://aka.ms/vs/17/release/vs_BuildTools.exe) is installed. + ## Build From Sources For more details, refer to the [OpenVINO™ JavaScript API Developer Documentation](https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/docs/README.md#openvino-node-package-developer-documentation)