Skip to content

Commit

Permalink
Merge git clone steps into one
Browse files Browse the repository at this point in the history
  • Loading branch information
yatarkan committed Aug 9, 2024
1 parent d3a72a5 commit e02ac5e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/docs/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,16 @@ The preferred approach is to build both OpenVINO and OpenVINO GenAI from sources

OpenVINO GenAI can be built as an extra module during the OpenVINO build process. This method simplifies the build process by integrating OpenVINO GenAI directly into the OpenVINO build.

1. Clone OpenVINO repository:
1. Clone OpenVINO and OpenVINO GenAI repositories:
```sh
git clone --recursive https://github.com/openvinotoolkit/openvino.git
```
2. Clone OpenVINO GenAI repository:
```sh
git clone --recursive https://github.com/openvinotoolkit/openvino_genai.git
```
3. Configure CMake with OpenVINO extra modules:
2. Configure CMake with OpenVINO extra modules:
```sh
cmake -DOPENVINO_EXTRA_MODULES=./openvino_genai -DCPACK_ARCHIVE_COMPONENT_INSTALL=OFF -S ./openvino -B ./build
```
4. Build OpenVINO with GenAI:
3. Build OpenVINO archive with GenAI:
```sh
cmake --build ./build --target package -j
```
Expand Down

0 comments on commit e02ac5e

Please sign in to comment.