GObject based Libretro wrapper for frontends
Go to file
2016-03-13 10:48:00 +01:00
po Port the build system to AutoMake 2014-12-11 09:49:55 +01:00
retro-gobject Version 0.6 2016-03-13 10:48:00 +01:00
.gitignore Makefile: Add generation of Vala documentation 2014-12-05 12:15:29 +01:00
AUTHORS Port the build system to AutoMake 2014-12-11 09:49:55 +01:00
autogen.sh Port the build system to AutoMake 2014-12-11 09:49:55 +01:00
ChangeLog Port the build system to AutoMake 2014-12-11 09:49:55 +01:00
configure.ac Version 0.6 2016-03-13 10:48:00 +01:00
COPYING Port the build system to AutoMake 2014-12-11 09:49:55 +01:00
Makefile.am Rename retro dir to retro-gobject 2015-07-12 16:10:09 +02:00
Makefile.valadoc Set version number to 0.2 2014-12-11 10:16:53 +01:00
NEWS Version 0.6 2016-03-13 10:48:00 +01:00
README Port the build system to AutoMake 2014-12-11 09:49:55 +01:00
README.md README: Detail dependencies 2014-12-22 23:19:27 +01:00
retro-gobject.doap Add DOAP file 2016-02-22 22:42:20 +01:00

retro-gobject

retro-gobject is a GObject based Libretro wrapper for frontends.

Dependencies

retro-gobject depends on the following libraries at compile time and at run time:

  • gobject-2.0
  • glib-2.0 >= 2.32
  • gmodule-2.0
  • gio-2.0

It is known to work on Fedora 21, but it currently can't compile on Fedora 20.

Compiling

To configure the compilation, do: ./autogen.sh

You can specify the installation prefix by doing: ./autogen.sh --prefix /my/prefix

Then compile: make

Installing

make install

Documentation

Retro 0.2 Vala documentation

You can compile the Vala documentation by doing: make -f Makefile.valadoc