Thank you for reply I have try to install it till this line
Quote:
Originally Posted by Desarija
# ---------------------------
make -j8 -C ./ShareLib usa
make -j8 -C ./Connector usa
make -j8 -C ./Helper usa
make -j8 -C ./SubHelper usa
make -j8 -C ./Messenger usa
make -j8 -C ./LoginServer usa
make -j8 -C ./GameServer usadebug
# -------------------- Source edits --------------------
# makefile (change to your boost current version(1_65_1))
nano makefile.inc
CXX = ccache g++ -g -m32
BOOST_LIB_VER = -gcc44-mt-d-1_65_1
# gameserver
nano GameServer/DBProcess_CreateChar.cpp
#include <boost/scoped_ptr.hpp>
________________________________________
# config(optional) comment this lines(3, 39) by //
nano ShareLib/Config_Localize_USA.h
#define SERVER_AUTHENTICATION
#define XTRAP
|
but I don't much understand it said
PHP Code:
[root@localhost boost_1_65_1]# make -j8 -C ./ShareLib usa
make: *** ShareLib: No such file or directory. Stop.
[root@localhost boost_1_65_1]#
So I want to know ..
1. how can I change "usa" to another language?
2. where I put the source?
Thank you very much again for help.