Skip to content

SalvationDevelopment/ygopro-salvation-custom

 
 

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
	irrKlang: http://www.ambiera.com/irrklang/

About

A script engine for "yu-gi-oh!" and sample gui

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 67.5%
  • C++ 31.5%
  • Other 1.0%