Skip to content

Question: how to install runtime on linux ? #6489

Answered by snnn
boxerab asked this question in General
Discussion options

You must be logged in to vote

Please download onnxruntime-linux-x64-1.6.0.tgz
from https://github.com/microsoft/onnxruntime/releases/tag/v1.6.0, then unzip the file and manually copy the files to /usr or /usr/local, either works. Then please run ldconfig . in the lib directory which contains libonnxruntime.so.

We don't provide pkg-config files, but you can write one. onnxruntime doesn't have extra dependencies other than the standard C/C++ libs. You don't need to do extra things for this.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@boxerab
Comment options

@opringle
Comment options

Answer selected by sophies927
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #6488 on January 28, 2021 21:15.