Note that this is a 0.6 teeworlds mod (DDNet-compatible), if you are looking for 0.7 version, check InfCroya
请注意这是个Teeworlds 0.6 Mod (DDNet-compatible),如果您要0.7版本,请前往 InfCroya
❗ If you would like to read the English version, please check the bottom
修改自 yavl 的 InfClassR.
GeoLite2++ 使用IP定位
sudo apt install libmaxminddb-dev
安装 bam 0.4.0 构建工具,或者使用已编译好的 bam 来构建。
git clone https://github.com/TeeDreamStudio/teeworlds-infclassCR
cd teeworlds-infclassCR
然后把bam构建工具复制到teeworlds-infclassCR。记得把所有命令中的库url换成本库或者其它库。
sudo apt install libicu-dev libmaxminddb-dev
./bam server_debug
查看 wiki 来了解更多。
via Homebrew:
brew install icu4c libmaxminddb
./bam server_debug_x86_64
应当安装GCC编译器,例如Mingw-w64。
bam config stackprotector=true geolocation=false
bam server_debug
查看原版wiki
Slightly modified version of original InfClassR by yavl.
GeoLite2++ is used for IP geolocation
sudo apt install libmaxminddb-dev
Install bam 0.4.0 build tool. Compile it from source or get precompiled binaries for your platform.
git clone https://github.com/TeeDreamStudio/teeworlds-infclassCR
cd teeworlds-infclassCR
Copy bam executable into teeworlds-infclassCR directory.
sudo apt install libicu-dev libmaxminddb-dev
./bam server_debug
Read the wiki for more details.
via Homebrew:
brew install icu4c libmaxminddb
./bam server_debug_x86_64
GCC should be installed, e.g. Mingw-w64.
bam config stackprotector=true geolocation=false
bam server_debug
Read the wiki