Zayelion / YGOPro-Library-Builder

ygopro-core ocgcore library builder for server side systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YGOPro Library Builder#

For multiplayer ygopro servers that utilize alternative [gframe] implementation that are specialized for server side use, and require [ygopro-core] as an external library of some forum (*.dll, *.lib, *.so).

Usage

git submodule update --force to pull in [ygopro-core]'s latest source code. Open build/ygo.sln, set the project to Release, build the project, (it will only work in release atm) it will produce bin\release\ocgcore.dll. Its suggested you only build for Win32 and not x64.

Compatible Servers

Goals

  • Set up build system for Linux based Servers.
  • Set up build system for MacOs based Servers.
  • Create test framework for [ygopro-core].

###Contribution Currently the project is highly active. If you want to make an improvement detail the why of the improvement first in a new issue. If you find this project useful please leave a thank you in issues.

Special Thanks

  • @soarqin
  • @Buttys

About

ygopro-core ocgcore library builder for server side systems

License:GNU General Public License v2.0


Languages

Language:C 99.0%Language:C++ 1.0%