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

How to compiler TFS 0.3.3

Guitarmau

New Member
Joined
Dec 16, 2008
Messages
19
Reaction score
0
C++ witch use?

ex:
-D__USE_MYSQL__
-D__USE_SQLITE__
-D__CONSOLE__

and linker?

ex:
-O1
-lboost_system
-lboost_regex
-lboost_thread
-lgmp
-llua5.1
-lmysql
-lsqlite3
-lwsock32
-llibxml2
-lws2_32
-lstdc++
-lmingw32
-lgcc
-lmoldname
-lmingwex
-lmsvcrt
-luser32
-lkernel32
-lmswsock
-O2
-lluasql_sqlite
-lluasql_mysql
-s

How to compiler GUI?
 
When you download archive with 0.3.3 then in /dev-cpp you see some projects that just need to be opened and compiled.

If you want to compile GUI then in Dev-Cpp click Alt+P and check "Win32 GUI" and "Support for Win XP themes". Have in mind that I just translated my language version into English to it may not be 100% accurate but you get what you want.

Next time use search instead of making new thread about sth that has been told 10849 times.
 
Back
Top