pgregory / cabrio

Free open source emulator front end for arcade cabinets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cabrio
======

Cabrio is an emulator front-end primarily designed for use with arcade
cabinets. It features a simple graphical interface which is easy to use
with limited controls (e.g. a joystick).


Installation
------------
You will need the following libraries and their headers/development packages:
  * SDL
  * SDL_image
  * SDL_gfx
  * SDL_mixer
  * SDL_ttf
  * glut
  * libxml2
  * ffmpeg

Compile the program by running 'make' in this directory. Install by running
'make install' (this will usually have to be done as root, but the location
can be edited in the Makefile).

See http://www.cabrio-fe.org/support/compile.html for more information.


Configuration
-------------
Please see http://www.cabrio-fe.org/support/quickstart.html


License
-------
Copyright (c) 2009 - Steve Maddison <steve@cosam.org>
Distributed under the GNU General Public License (see the COPYING file
for details).


Credits
-------
Default background, "Star-Forming Region LH 95 in the Large Magellanic
Cloud": NASA, ESA, and the Hubble Heritage Team (STScI/AURA)-ESA/Hubble
Collaboration, Acknowledgment: D. Gouliermis (Max Planck Institute for
Astronomy, Heidelberg). http://hubblesite.org/

Default font "FreeSans.ttf" courtesy of the GNU FreeFont project:
http://www.gnu.org/software/freefont/

About

Free open source emulator front end for arcade cabinets.

License:GNU General Public License v2.0


Languages

Language:C 99.1%Language:C++ 0.9%