An open API service indexing awesome lists of open source software.

https://github.com/libretro/libretro-2048

Port of 2048 puzzle game to the libretro API. http://gabrielecirulli.github.io/2048/
https://github.com/libretro/libretro-2048

Last synced: about 1 year ago
JSON representation

Port of 2048 puzzle game to the libretro API. http://gabrielecirulli.github.io/2048/

Awesome Lists containing this project

README

          

Dependencies
============

libretro-2048 requires fontconfig and freetype to build (these depend on expat,
bzip, zlib and iconv).

Cross Compiling
===============

`make HOST=i686-w64-mingw32 CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++ platform=win`

Changes to cairo and pixman
===========================

* Cairo has been patched to compile with mingw32-w64, this was needed because
the version in this repository is older than 1.12.

* Both cairo and pixman have been stripped of some source files and directories
(tests, documentation, utilities).