facebook / zstd

Zstandard - Fast real-time compression algorithm

Home Page:http://www.zstd.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

soft link

567MEI13 opened this issue · comments

What are the uses of the two soft links libzstd.so and libzstd.so.1? I put libzstd.so.1.5.5 into my project, and then linked my library file to this library file. However, if my project does not contain those two soft links, an error will be reported. What is the reason?

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots and charts
If applicable, add screenshots and charts to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Mac]
  • Version [e.g. 22]
  • Compiler [e.g. gcc]
  • Flags [e.g. O2]
  • Other relevant hardware specs [e.g. Dual-core]
  • Build system [e.g. Makefile]

Additional context
Add any other context about the problem here.