Delete readme.txt

This commit is contained in:
Andrés 2018-02-06 22:37:22 -05:00 committed by GitHub
parent 408cfd66d6
commit abc18d3793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +0,0 @@
1. download the build from https://buildbot.libretro.com/nightly/emscripten/
2. unzip that somewhere in your web server tree
3. download the asset bundle from https://buildbot.libretro.com/assets/frontend/bundle.zip
4. extract the bundle in /assets/frontend/bundle
5. create an assets/cores dir, you can put game data in that dir
6. chmod +x indexer
7. run the indexer script (you need coffeescript) like this: ./indexer ./assets/frontend > ./assets/frontend/.index-xhr
8. run the indexer script (you need coffeescript) like this: ./indexer ./assets/cores > ./assets/cores/.index-xhr
That should be it, you can add more cores to the list by editing index.html