Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Can you update this question to show the exact steps you followed to build and install the binaries and shared libraries? Where did the shared library get installed? Commented Nov 8, 2022 at 23:41
  • @larsks I used default way to install from cmake. mkdir build && cd build && cmake .. && make && sudo make install I didn't pick any place to install the library. The shared library got installed in /usr/local/lib/ I didn't change the default. Commented Nov 9, 2022 at 10:02