No description
Find a file
2017-08-27 16:38:04 +02:00
code Merge branch 'feature/merge_ryzomcore170417' into 'develop' 2017-04-01 18:43:34 +02:00
dist adding patch server 2017-08-27 16:38:04 +02:00
.dockerignore adding .dockerignore - ignore code directory (also take few minutes to load this data in docker cache) 2017-08-08 18:24:37 +02:00
.editorconfig Editor config script 2015-09-19 17:15:06 +02:00
.gitignore adding script to start server and change directory to build 2017-08-08 21:13:59 +02:00
.gitlab-ci.yml Update .gitlab-ci.yml 2017-03-20 18:53:09 +01:00
LICENSE Revert "mise a jour de RC" 2017-03-15 20:43:10 +01:00
README.md adding script & config to build on docker (for debian i686 & x86_64) 2017-08-02 13:05:12 +02:00

Ryzom Core Build Status

Ryzom Core is the open-source project related to Ryzom Game. Written in C++, Ryzom Core contains the whole code (client, server, tools) used to make the commercial MMORPG Ryzom. Ryzom Core is a toolkit for the development of massively multiplayer online universes. It provides the base technologies and a set of development methodologies for the development of both client and server code.

Ryzom Core is open source and released under the terms of the GNU Affero General Public License 3.0 (GNU/AGPLv3) for the source code and the Creative Commons Attributions-ShareAlike 3.0 (CC-BY-SA) for the art assets. Which means you can create your own game using Ryzom Core, for more information on doing so check out Creating Your Own Game Using Ryzom Core.

Modification par la Team Khaganat

BUILD

(use docker)

archi i686:

command: ./dist/docker/builder/debian-8-i686/build.sh -j 4 -a '-DWITH_SYMBOLS=ON' -c -r

result: package : ./code/build_linux32/ryzomcore-*.tar.gz log build : ./code/build_linux32/build.log all file generated on build : ./code/build_linux32/

archi x64_86:

command : ./dist/docker/builder/debian-8-amd64/build.sh -j 4 -a '-DWITH_SYMBOLS=ON' -c -r

result: package : ./code/build_linux64/ryzomcore-*.tar.gz log build : ./code/build_linux64/build.log all file generated on build : ./code/build_linux64/