Merge pull request #2857 from RobLoach/patch-1

Add documentation for libretro-db compilation
This commit is contained in:
Twinaphex 2016-05-26 16:17:54 +02:00
commit a816d150b1

View File

@ -66,3 +66,13 @@ Usecase: Search for all games released on October 1995.
`libretrodb_tool <db file> find "{'releasemonth':10,'releaseyear':1995}"`
# Compiling the Database
Use [libretro-super](https://github.com/libretro/libretro-super) to compile the entire database:
```
git clone git@github.com:libretro/libretro-super.git
cd libretro-super
./libretro-fetch.sh retroarch
./libretro-build-database.sh
```