• 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 OTServerBR compile request

GODGollox

New Member
Joined
Apr 9, 2019
Messages
22
Reaction score
0
I need this (here) compiled i would compile it my self but i keep getting errors (Yes i followed the forgotten compile tutorial) (here)

If anyone can help me with (TeamViewer) this application that would be great! Thank you very much! my english is very bad ..
 
Use this:
I need this (here) compiled i would compile it my self but i keep getting errors (Yes i followed the forgotten compile tutorial) (here)

If anyone can help me with (TeamViewer) this application that would be great! Thank you very much! my english is very bad ..
Bash:
sudo apt-get install git cmake build-essential libboost-date-time-dev libboost-system-dev libboost-filesystem-dev libboost-iostreams-dev libcrypto++-dev liblua5.2-dev libluajit-5.1-dev libmysqlclient-dev libpugixml-dev

cd /home/server (your server directory)

mkdir build && cd build

cmake ..

make -j`nproc`
 
I already tried but it does not work .. when compiling I get the following error
PHP:
 fatal error C1083: Can't open include file: 'boost/asio.hpp': No such file or directory
I can not solve the problem, and looked for many links and totorials but none help me .. I'm doing something wrong!.
 
Last edited:
So you just want a compiled version for Windows 64-bit?
Post automatically merged:

Not sure why you don't use the pre-compiled versions as Evil Puncker suggested but anyways I just compiled it quick for Windows 64-bit, You can download/use it.
 

Attachments

Last edited:
Back
Top Bottom