diff --git a/libretro-db/README.md b/libretro-db/README.md index c7184f44d6..29e9a11d92 100644 --- a/libretro-db/README.md +++ b/libretro-db/README.md @@ -66,3 +66,13 @@ Usecase: Search for all games released on October 1995. `libretrodb_tool 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 +```