MiloCasagrande / retro-gtk

Toolkit to write Gtk+ 3 based libretro frontends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

retro-gtk

retro-gtk is a toolkit empowering retro-gobject to write awesome Gtk+ 3 based Libretro frontends.

Dependencies

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

  • gobject-2.0
  • glib-2.0
  • gtk+-3.0
  • cairo
  • clutter-gtk-1.0
  • libpulse
  • retro-gobject-0.6

It is known to work on Fedora 21.

retro-gobject can be found here.

Compiling

If some of these libraries are installed in some unusual repository, such as /usr/share/local, remember to set PKG_CONFIG_PATH and LD_LIBRARY_PATH accordingly: export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig export LD_LIBRARY_PATH=/usr/local/lib

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

About

Toolkit to write Gtk+ 3 based libretro frontends

License:GNU General Public License v3.0


Languages

Language:Vala 74.7%Language:C 9.0%Language:Shell 8.7%Language:Makefile 5.8%Language:M4 1.9%