* conditional_compilation * how-to-build-2 * Update local-distribution.md * Update build.md * Update build.md * Update docs/dev/build.md Co-authored-by: Ilya Churaev <ilyachur@gmail.com> * Update docs/dev/build.md Co-authored-by: Ilya Churaev <ilyachur@gmail.com> * Update docs/dev/static_libaries.md Co-authored-by: Ilya Churaev <ilyachur@gmail.com> * Update docs/dev/building_documentation.md Co-authored-by: Ilya Churaev <ilyachur@gmail.com> * Changes after review * Update docs/dev/building_documentation.md * Update docs/dev/static_libaries.md * building articles update --------- Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
22 lines
1.0 KiB
Markdown
22 lines
1.0 KiB
Markdown
# Get started
|
|
|
|
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.
|
|
|
|
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:
|
|
|
|
* [OpenVINO official user documentation](https://docs.openvino.ai/)
|
|
* [OpenVINO repository structure](./index.md#openvino-repository-structure)
|
|
* [OpenVINO core components](../../src/README.md)
|
|
* [OpenVINO contributing guidelines](../../CONTRIBUTING.md)
|
|
* [OpenVINO conditional compilation](./conditional_compilation.md)
|
|
* [OpenVINO Tutorials](../../README.md#tutorials)
|
|
* [Enabling tests in OpenVINO CI](./enable_ci_step.md)
|
|
|
|
## See also
|
|
* [OpenVINO Developer Documentation](./index.md)
|
|
* [OpenVINO Samples](../../samples)
|
|
* [OpenVINO Building Documentation](./building_documentation.md)
|
|
* [CMake Options for Custom Compilation](./cmake_options_for_custom_comiplation.md)
|