From 7853aaef77e7eedfac2e76af7749689aed42922e Mon Sep 17 00:00:00 2001 From: NovaSquirrel Date: Fri, 9 Oct 2020 22:49:17 -0400 Subject: [PATCH] Update build instructions --- COMPILING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/COMPILING.md b/COMPILING.md index 7a2c455..c08a755 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -3,8 +3,10 @@ #### *Standalone* 1) Open the solution in Visual Studio 2019 -2) Compile as Release/x64 -3) Run +2) Set "UI" as the Startup Project +3) Compile as Release/x64 +4) Run the project from Visual Studio +5) If you got an error, try running it a second time #### *Libretro*