Skip to content

Commit be2921f

Browse files
author
Changming Sun
authored
Update dependency management documentation in ONNX Runtime
1 parent bb5174e commit be2921f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dependency Management in ONNX Runtime
22

3-
This document provides additional information to CMake’s [“Using Dependencies Guide”](https://cmake.org/cmake/help/latest/guide/using-dependencies/index.html) with a focus on ONNX Runtime. There are three main ways to obtain C++ dependencies for an ONNX Runtime build:
3+
This document provides additional information to CMake’s [“Using Dependencies Guide”](https://cmake.org/cmake/help/latest/guide/using-dependencies/index.html) with a focus on ONNX Runtime. ONNX Runtime uses a lot of open source C++ libraries. For example, abseil, protobuf, re2, onnx, etc. There are three main ways to obtain them for an ONNX Runtime build:
44

55
1. [Use VCPKG](#vcpkg) (Recommended)
66
2. [Build everything from source](#build-everything-from-source)

0 commit comments

Comments
 (0)