• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

C++ Error compiling TFS 1.5 downgrade Ubuntu 22.04

How to install manually? I ran this command "sudo apt-get install libboost-all-dev" and nothing changed

Try to send this to your terminal:
Bash:
export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH

Then test.

If it works, edit your bashrc to include that line so it runs every time you need it to.
 
Back
Top