Skip to content

Commit

Permalink
Add setupvars command for powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
yatarkan committed Jul 30, 2024
1 parent cef2465 commit 3afeeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The path to the OpenVINO install directory is referred as `<INSTALL_DIR>` throug
cmake --build ./build/ --config Release -j
cmake --install ./build/ --config Release --prefix <INSTALL_DIR>
```
> **NOTE**: For running setupvars script on Windows cmd, use command `call <INSTALL_DIR>\setupvars.bat`
> **NOTE**: For running setupvars script on Windows, use command `call <INSTALL_DIR>\setupvars.bat` for Windows Command Prompt or `. <INSTALL_DIR>/setupvars.ps1` for Windows PowerShell.

To optimize the package size, you can reduce the ICU (International Components for Unicode) data size when building OpenVINO Tokenizers.
For more information please refer to the [OpenVINO Tokenizers instructions](https://github.com/openvinotoolkit/openvino_tokenizers?tab=readme-ov-file#reducing-the-icu-data-size).
Expand Down

0 comments on commit 3afeeb5

Please sign in to comment.