battlecode-server
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:
Battlecode Server
---


BUILDING

You have to build the server before the client. This process builds both. You need an existing battlecode distribution for the updated jogl.jar file, and everything else.

1. cd into your workspace
2. git clone https://github.com/battlecode/battlecode-server.git
3. cd battlecode-server
4. mkdir -p ~/.ant/lib
5. ant download-ivy
6. ant retrieve
7. ant jar
8. cp battlecode-server.jar battlecode_distro/
9. cd ..
10. git clone https://github.com/battlecode/battlecode-client.git
11. ant retrieve
12. cp ../battlecode-server/battlecode-server.jar lib/
13. cp battlecode_distro/jogl.jar lib/
14. ant jar
15. cp battlecode-client.jar battlecode_distro/

Enjoy your new build!


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。