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)
Move from user namespace
Webb (talk | contribs)
No longer necessary to symlink server.so
Line 102: Line 102:
</pre>
</pre>


Next we'll symlink Classified's <code>server.so</code> to <code>server_srv.so</code>.
We'll also need to symlink one of SteamCMD's libraries to a special Steam directory. Note that
 
<pre>
$ cd ~/classified/tf2classified/bin/linux64
$ ln -s server.so server_srv.so
</pre>
 
Lastly, we'll need to symlink one of SteamCMD's libraries to a special Steam directory. Note that
it's not from within the bin folder.
it's not from within the bin folder.