Menu

Tree [96191a] master /
 History

HTTPS access


File Date Author Commit
 ameteor 2012-04-15 Themaister Themaister [9c3ce5] Implementations for libretro.
 data 2011-02-25 Philippe Daouadi Philippe Daouadi [bbc24c] Configured CMake to install Meteor
 gtkmm 2012-03-18 Philippe Daouadi Philippe Daouadi [3d48c8] Fixed small issue on build system
 libretro 2012-04-17 Philippe Daouadi Philippe Daouadi [e84f74] Changed version number to 1.4
 mym 2012-01-02 Philippe Daouadi Philippe Daouadi [caad7d] Made MyM compile with new signal system
 text 2011-12-24 Philippe Daouadi Philippe Daouadi [b746fa] Moved config to mym
 AUTHORS 2011-12-20 Philippe Daouadi Philippe Daouadi [24fec6] Started merging libsnes port from Themaister.
 CMakeLists.txt 2012-04-17 Philippe Daouadi Philippe Daouadi [e84f74] Changed version number to 1.4
 COPYING 2010-07-24 Philippe Daouadi Philippe Daouadi [3ad07c] Initial commit
 README.md 2012-04-17 Philippe Daouadi Philippe Daouadi [96191a] Updated README file
 config.h.in 2012-01-03 Philippe Daouadi Philippe Daouadi [e282ce] Fixed versioning

Read Me

Meteor

Meteor is a Nintendo Gameboy Advance emulator. The CLI and GTK frontends run
only on Linux. You can use the libretro implementation if you want to run it on
Microsoft Windows or if you want features from the SSNES frontend.

GTK frontend build

Installation

To build Meteor, you need the following dependencies:

  • CMake
  • Gtkmm
  • sigc++ (installed with gtkmm)
  • libao
  • SFML
  • zlib
  • OpenGL

Type the following commands to build Meteor:

$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install

You may need root privileges for the last command. You can change the
installation prefix by typing:

cmake -DCMAKE_INSTALL_PREFIX=<prefix> ..

Uninstallation

In the build directory type:

$ xargs rm < install_manifest.txt

You may need root privileges to do this.

libretro build

To build the libretro implementation, you need no dependency. Just go to the
libretro folder and type make, this will create a libsnes.so, retro.dll or
libretro.dylib.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.