Update BUILD.md

This commit is contained in:
RyzenDew 2022-08-25 14:16:14 -03:00 committed by GitHub
parent 50bef94365
commit cc77d852e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,8 @@ Prerequisites:
Instructions: Instructions:
1) Run `git clone --recursive https://github.com/cemu-project/Cemu` 1) Run `git clone --recursive https://github.com/cemu-project/Cemu`
2) Launch `Cemu/build_vs_solution.bat`. If you installed VS to a custom location you may need to manually adjust the path inside the bat file 2) Launch `Cemu/generate_vs_solution.bat`. If you installed VS to a custom location you may need to manually adjust the path inside the bat file
3) Wait until done, then open build/Cemu.sln in Visual Studio 3) Wait until done, then open `Cemu/build/Cemu.sln` in Visual Studio
4) Right click 'CemuBin' project -> Set as startup project 4) Right click 'CemuBin' project -> Set as startup project
5) Then build the solution and once finished you can run and debug it 5) Then build the solution and once finished you can run and debug it