Skip to content

Commit

Permalink
Merge pull request #3 from sergiobenrocha2/master
Browse files Browse the repository at this point in the history
Missing libqt4-sql-sqlite.
  • Loading branch information
dh4 committed May 4, 2015
2 parents d88d195 + 1770c3e commit be1f6fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A discussion thread as well as links to binary downloads can be found [here](htt
You'll need to make sure you have qmake, g++, the Qt development libraries and the Quazip development files installed. On Debian/Ubuntu, this can be accomplished by:

```
# apt-get install qt4-qmake g++ libqt4-dev libquazip-dev
# apt-get install qt4-qmake g++ libqt4-dev libquazip-dev libqt4-sql-sqlite
```

Once the needed packages are installed, create the Makefile with qmake and then build with make:
Expand Down Expand Up @@ -66,4 +66,4 @@ One or the other is sent to Mupen64Plus based on the "Save Options" checkbox und

Mupen64Plus-Qt supports downloading game information and cover images from [thegamesdb.net](http://thegamesdb.net/). This can be enabled under the Other tab. It's recommended you have the data directory set (under Paths) before using this. Once enabled, you'll need to refresh your ROMs list to download the information. Afterwards, images and other information about the game can be added to the layouts.

If a game is not found, Mupen64Plus-Qt supports refreshing information for a single ROM. Just select the rom and go to File->Download/Update Info. From here you can enter a different search or the specific ID of the game (from the URL of the game on thegamesdb.net).
If a game is not found, Mupen64Plus-Qt supports refreshing information for a single ROM. Just select the rom and go to File->Download/Update Info. From here you can enter a different search or the specific ID of the game (from the URL of the game on thegamesdb.net).

0 comments on commit be1f6fa

Please sign in to comment.