Merge pull request #64 from retro-wertz/patch-2

Update README.md
This commit is contained in:
Twinaphex 2019-07-23 13:46:36 +02:00 committed by GitHub
commit 7df7b19047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -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. 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 ### Visual Studio Support
For visual studio, dependency management is handled automatically with vcpkg, For visual studio, dependency management is handled automatically with vcpkg,