code-disaster / steamworks4j

A thin Java wrapper to access the Steamworks API
https://code-disaster.github.io/steamworks4j/
MIT License
468 stars 64 forks source link

steamclient.so problem on Linux #103

Closed Sammyy96 closed 3 years ago

Sammyy96 commented 3 years ago

Hey, I am running the SteamServerApi on Linux and am getting "steamclient.so cannot open shared object file no such file or directory". On windows it works fine...?

Sammyy96 commented 3 years ago

After some research. Turns out u need to have the file steamclient.so. Which can be found by downloading SteamCMD on linux. Then I had to move the file to /usr/lib specifically. Even though there was no information specifying that.