mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 18:31:05 +00:00
Add documentation for libretro-db compilation
This commit is contained in:
parent
6a39d504e0
commit
6f292fb435
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user