Dedicated Linux server: Difference between revisions
From TF2 Classified Wiki
More actions
No edit summary |
Re-add steamclient.so link part. |
||
| Line 87: | Line 87: | ||
Steam>app_update 3557020 validate | Steam>app_update 3557020 validate | ||
Steam>quit | Steam>quit | ||
</pre> | |||
Before continuing, we'll need to symlink the install's <code>steamclient.so</code> to a special directory. | |||
<pre> | |||
$ mkdir -p ~/.steam/sdk64 | |||
$ ln -s ~/classified/linux64/steamclient.so ~/.steam/sdk64/ | |||
</pre> | </pre> | ||