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

Linux Compiling TFS 0.3.6

I had both lua versions installed (5.1 and 5.2) but I forced the system to use 5.1 package by editing configure.h.

I also had to switch one function.

"std::string s = it->path().filename();"

to

"std::string s = it->path().filename().string();"
 
Back
Top