Updated Building From Source (markdown)

cobalt2727 2025-02-27 11:44:26 -06:00
parent e30260ca35
commit 66b5b63253

@ -1,7 +1,7 @@
Firstly, clone the Lime3DS repository using the following command:
```
git clone --recursive https://github.com/Lime3DS/Lime3DS
git clone --recursive https://github.com/azahar-emu/azahar
```
After this has finished, use the following instructions depending on your operating system:
@ -24,7 +24,7 @@ Then, follow these instructions:
- Please run `git submodule update --init --recursive` to get the submodules
- Click Generate to create the project files
- Open the solution file in Visual Studio 2022, which is located in the build folder
- Depending on which frontend (SDL2 or Qt) you want to build or run, select "lime" or "lime-qt" in the Solution Explorer, right click and "Set as Starup Project"
- Depending on which frontend (SDL2 or Qt) you want to build or run, select "azahar" or "azahar-qt" in the Solution Explorer, right click and "Set as Startup Project"
- Select the appropriate build type, Debug for debug purposes or Release for performance (if in doubt, choose the latter)
- Press F5 or select Build → Rebuild Solution in the menu
</details>
@ -172,7 +172,7 @@ Firstly, ensure that [Android Studio](https://developer.android.com/studio) is i
Then, follow these instructions:
- Start Android Studio and on the startup dialog select 'Open'.
- Navigate to the `Lime3DS/src/android` directory and click on 'Ok'
- Navigate to the `azahar/src/android` directory and click on 'Ok'
- Build the project with 'Build' > 'Make Project' or run it on an Android device with 'Run' > 'Run 'app''
</details>