2022-09-19 15:57:01 +04:00
# Get started
2022-11-08 04:42:10 +01:00
Welcome to the OpenVINO Developer guides. These documents describe how to build OpenVINO, provide general ideas about its architecture and help you start contributing to OpenVINO.
2022-09-19 15:57:01 +04:00
2022-11-08 04:42:10 +01:00
If you're brand new to OpenVINO and want to jump right into code, start with the [Build OpenVINO guide ](./build.md ).
Explore other resources to learn more about OpenVINO:
2022-09-19 15:57:01 +04:00
* [OpenVINO official user documentation ](https://docs.openvino.ai/ )
2022-11-08 04:42:10 +01:00
* [OpenVINO repository structure ](./index.md#openvino-repository-structure )
2022-09-19 15:57:01 +04:00
* [OpenVINO core components ](../../src/README.md )
2022-11-08 04:42:10 +01:00
* [OpenVINO contributing guidelines ](../../CONTRIBUTING.md )
2022-09-19 15:57:01 +04:00
* [OpenVINO conditional compilation ](./conditional_compilation.md )
* [OpenVINO Tutorials ](../../README.md#tutorials )
2023-03-07 12:55:36 +04:00
* [Enabling tests in OpenVINO CI ](./enable_ci_step.md )
2022-09-19 15:57:01 +04:00
## See also
2022-11-08 04:42:10 +01:00
* [OpenVINO Developer Documentation ](./index.md )
2022-09-19 15:57:01 +04:00
* [OpenVINO Samples ](../../samples )
2023-03-10 07:24:56 +01:00
* [OpenVINO Building Documentation ](./building_documentation.md )
* [CMake Options for Custom Compilation ](./cmake_options_for_custom_comiplation.md )