Skip to content

junian/libretro-cloner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libretro buildbot clone

This script is to clone libretro cores to local folder.

Retroarch Cores URL list are based on Retroarch's config.def.h

Dependencies

To use this script, you only need wget

on linux:

sudo apt update
sudo apt install wget

On macos:

brew update
brew install wget

How to use

Clone this repository

git clone https://github.com/junian/libretro-cloner.git

Go to the folder.

cd libretro-cloner

Execute run.sh and wait

./run.sh

After finished, you'll see buildbot.libretro.com folder.

Serve it to RetroArch

You can start a http server, on top of buildbot.libretro.com directory. I provide a docker compose file that will start a web server by using dufs.

docker compose up -d

Then open http://127.0.0.1:5000 from your web browser.

About

A bash script to clone buildbot.libretro.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages