skit-ai / kaldi-serve

Server framework for Kaldi ASR Toolkit
Apache License 2.0
97 stars 24 forks source link

typo: not ./lib but ../lib in rpath #19

Closed al-zatv closed 4 years ago

al-zatv commented 4 years ago

in README, there is a line:

# Alternatively, you can also put all the required .so files in the ./lib/ directory since
# that is added to the binary's rpath.

it's a small typo, because ../lib is in rpath.

pskrunner14 commented 4 years ago

Hi, this doesn't seem like a typo, ../lib relative to the binary in build/ would be in the current dir so ./lib seems correct. Closing this.