• 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!

Compiling lboost_filesystem - cannot find

Gelio

Lua PHP C++ programmer
Joined
Jun 13, 2008
Messages
61
Reaction score
4
Location
Poland, Lublin
While I was compiling TFS 0.3.5 I got error:
Code:
  cannot find -lboost_filesystem
I have got TFS Dev-cpp 2.4. Please help me to fix it.

Gelio
 
If you use Linux Debian:
PHP:
sudo apt-get install libboost-filesystem-dev

If you are Windows, download libboost-filesystem-dev and install it.
 
Back
Top