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

C++ Compilling on Windows

Create a new notepad and paste
Code:
setx BOOST_ROOT %CD%
then call it register_boost_env.bat

And create another notepad and paste
Code:
setx TFSSDKDir %CD%
and call it register_tfssdk_env.bat

Here's the configuration I used to compile OTX, using boost_1_71
library_directory.png

Regards!
 
Back
Top