diff options
| author | EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> | 2020-11-17 14:55:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-17 22:55:32 +0100 |
| commit | d636e3748d5fbd1dfa5f5903b6486c5033a6d9b3 (patch) | |
| tree | 9fc8e2ccf023c92a979b78d1f5338748e992bfc5 /README.md | |
| parent | 863edae3283d92ba94a4b68c673ad3bff458b6dd (diff) | |
Specify the X64 version of .NET 5, and change the build command to be the right one (#1719)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ The latest automatic build for Windows, macOS, and Linux can be found on the [Of If you wish to build the emulator yourself you will need to: -**Step one:** Install the [.NET 5.0 (or higher) SDK](https://dotnet.microsoft.com/download/dotnet/5.0). +**Step one:** Install the X64 version of [.NET 5.0 (or higher) SDK](https://dotnet.microsoft.com/download/dotnet/5.0). **Step two (choose one):** **(Variant one)** @@ -49,7 +49,7 @@ Download the ZIP Tarball. Then extract it to a directory of your choice. **Step three:** Build the App using a Command prompt in the project directory. You can quickly access it by holding shift in explorer (in the Ryujinx directory) then right clicking, and typing the following command: -Run `dotnet build -c Release -r win-x64` inside the Ryujinx project folder to build Ryujinx binaries. +Run `dotnet build -c Release` inside the Ryujinx project folder to build Ryujinx binaries. Ryujinx system files are stored in the `Ryujinx` folder. This folder is located in the user folder, which can be accessed by clicking `Open Ryujinx Folder` under the File menu in the GUI. |
