From 7f105da3d6b9801c45756b7fdfae04601c8164b5 Mon Sep 17 00:00:00 2001 From: retro-wertz Date: Tue, 23 Jul 2019 19:24:59 +0800 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index fc138bbec..a1a32f747 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,17 @@ Solus and RHEL/CentOS) and Mac OS X (homebrew, macports or fink.) The Ninja cmake generator is also now supported, including on msys2 and Visual Studio. +## Building a Libretro core + +``` +Clone this repo and then, +$ cd src +$ cd libretro +$ make + +Copy vbam_libretro.so to your RetroArch cores directory. +``` + ### Visual Studio Support For visual studio, dependency management is handled automatically with vcpkg,