readme.txt 573 B

12345678910111213141516171819202122
  1. Core building instructions
  2. ----------------------------------------
  3. Per-core:
  4. Core repository:
  5. emmake make -f Makefile.libretro platform="emscripten"
  6. OR
  7. (sometimes omit this) cd libretro
  8. emmake make -f Makefile platform="emscripten"
  9. Copy the .bc file into RetroArch/dist-scripts
  10. RetroArch repository (batch of multiple is ok):
  11. cd dist-scripts
  12. emmake ./dist-cores.sh emscripten
  13. Output will be in RetroArch/pkg/emscripten/
  14. ----------------------------------------
  15. You should merge the files from overrides/ into the RetroArch repository and some cores if they need it.