From a4d6f0da91354fc18db9c4e191630d2fa841e834 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Sun, 1 Mar 2015 01:49:30 -0800 Subject: [PATCH] Some skeleton of how to USE libretro-super, kind of lame still. --- docs/README.MacOSX.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/README.MacOSX.md b/docs/README.MacOSX.md index 3781dcbd..3dda5b2b 100644 --- a/docs/README.MacOSX.md +++ b/docs/README.MacOSX.md @@ -94,4 +94,17 @@ requirements. TODO: Works the same as libretro-super for Linux or under MSYS2 from here. Document what that means exactly, later. +Nutshell version: + + * ``git clone https://github.com/libretro/libretro-super.git && cd libretro-super`` + or + ``cd ~/path/to/libretro-super`` + * ``./libretro-upgrade.sh`` + * ``./libretro-fetch.sh`` + * ``./libretro-build.sh`` + +You get the idea. You shouldn't need to run libretro-upgrade.sh after a fresh +clone—it's there to handle cross-module moves, renames, and deletions that git +cannot handle. +