# ygopro **Repository Path**: errorbug/ygopro ## Basic Information - **Project Name**: ygopro - **Description**: https://github.com/Buttys/ygopro - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-06-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README HOW TO BUILD ============ Get/Build premake4 from: http://industriousone.com/premake Compiling on visual studio: Type 'premake4 vs2010'(or older versions of visual studio) in command line to generate project files under folder 'build'. Compiling on msys/mingw or POSIX systems: Type 'premake4 gmake' in terminal to generate makefiles under folder 'build' and then type 'make -Cbuild' to bring it on. CREDITS ======= freetype: http://www.freetype.org irrlicht: http://irrlicht.sourceforge.net libevent: http://www.libevent.org lua: http://www.lua.org sqlite3: http://www.sqlite.org irrKlang: http://www.ambiera.com/irrklang/