ConAn Edujawa
Member
- Joined
- Feb 23, 2015
- Messages
- 457
- Reaction score
- 17
i have 0.4 3884 need help
need know how to make 0.4 3884 work in linux server
need know how to make 0.4 3884 work in linux server
wget http://www.lua.org/ftp/lua-5.1.4.tar.gz
tar -xzvf lua*
cd lua*
make linux && make install
apt-get install subversion autoconf build-essential pkg-config libboost-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev ccache libboost-filesystem-dev libboost-regex-dev libboost-system-dev libboost-thread-dev screen libssl-dev
sh ./autogen.sh && ./configure --enable-mysql --enable-root-permission && make -j 2
Windows = 3884
Linux = modified 3777 with the "walk over dead monsters" bug fixed.
leaf()
path().filename().string()
What I heard 3777 is better for Linux.
If you get errors when compiling such as "leaf", you need to change a few lines in luascript.cpp and scriptmanager.cpp
Change:
Code:leaf()
To this:
Code:path().filename().string()