Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Dedicated Linux server: Difference between revisions

From TF2 Classified Wiki
Webb (talk | contribs)
No edit summary
Webb (talk | contribs)
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>