ROM Properties Page shell extension
Go to file
David Korth f27bc9d94e Renamed the libromdata target to just "romdata8"/"romdata16".
This makes sure the library filename is "libromdata8", not "liblibromdata8",
and same for "libromdata16" instead of "liblibromdata16".
2016-07-20 23:08:29 -04:00
cmake Added preliminary KDE5 support. 2016-07-20 22:53:31 -04:00
src Renamed the libromdata target to just "romdata8"/"romdata16". 2016-07-20 23:08:29 -04:00
.gitignore Initial commit of the ROM Properties Page shell extension. 2016-07-19 22:17:36 -04:00
CMakeLists.txt Added preliminary KDE5 support. 2016-07-20 22:53:31 -04:00
LICENSE Added a quick README and the GPLv2+ license. 2016-07-19 23:59:07 -04:00
README.md Added a quick README and the GPLv2+ license. 2016-07-19 23:59:07 -04:00

ROM Properties Page shell extension

Work in progress; do not use unless you plan on providing feedback.

For feedback, visit the Gens/GS IRC channel: irc://irc.badnik.zone/GensGS

Or use the Mibbit Web IRC client: http://mibbit.com/?server=irc.badnik.zone&channel=#GensGS

Quick Install Instructions

Currently, the ROM Properties Page shell extension is only compatible with KDE4.

On Ubuntu, you will need build-essential and the following development packages:

  • libqt4-dev
  • kdelibs4-dev

Clone the repository, then:

  • cd rom-properties
  • mkdir build
  • cd build
  • cmake .. -DCMAKE_INSTALL_PREFIX=/usr
  • make
  • sudo make install
  • kbuildsycoca4 --noincremental

NOTE: KDE4 will not find the rom-properties plugin if it's installed in /usr/local/. It must be installed in /usr/.

After installing, restart Dolphin, then right-click an uncompressed Sega Mega Drive ROM image and click Properties. If everything worked correctly, you should see a "ROM Properties" tab that shows information from the ROM header.