Skip to content

Zayelion/Dev_ygopro

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 63.8%
  • C++ 35.2%
  • Python 0.7%
  • Makefile 0.3%
  • XSLT 0.0%
  • Objective-C 0.0%