Skip to content
/ ZhyCore Public
forked from gitter-badger/ZhyCore

Advanced server software for Minecraft: Pocket Edition(MCPE) Powered by C++

Notifications You must be signed in to change notification settings

K099/ZhyCore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZhyCore

Join the chat at https://gitter.im/ZhyMC/ZhyCore
________________________________________________________________________
The project is a Server Software on Minecraft Pocket Edition written by C++!

To build ZhyCore in Linux,follow these:
①Check if the GCC version support C++11 (>= 4.8)
②Install the library ZLib (https://github.com/madler/zlib)
③Execute the commands

mkdir ZhyCore && cd ZhyCore
wget https://github.com/ZhyTeam/ZhyCore/archive/master.zip
unzip master.zip && cd ZhyCore-master
make && cd bin/Release/
./ZhyCore
________________________________________________________________________
这项工程是一个用 C++ 编写的 Minecraft 便携版的服务端

你可以在Linux编译ZhyCore工程,参考以下操作:
①保证你的GCC编译器支持C++11 (>=4.8 版本)
②安装依赖支持库ZLib (https://github.com/madler/zlib)
③执行以下命令

mkdir ZhyCore && cd ZhyCore
wget https://github.com/ZhyTeam/ZhyCore/archive/master.zip
unzip master.zip && cd ZhyCore-master
make && cd bin/Release/
./ZhyCore

About

Advanced server software for Minecraft: Pocket Edition(MCPE) Powered by C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 59.2%
  • C++ 37.2%
  • Makefile 3.6%