From 66b5b6325378c0b94b33fa50dde1f0d79280e753 Mon Sep 17 00:00:00 2001 From: cobalt2727 <60624944+cobalt2727@users.noreply.github.com> Date: Thu, 27 Feb 2025 11:44:26 -0600 Subject: [PATCH] Updated Building From Source (markdown) --- Building-From-Source.md => Lime-‐--Azahar.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename Building-From-Source.md => Lime-‐--Azahar.md (97%) diff --git a/Building-From-Source.md b/Lime-‐--Azahar.md similarity index 97% rename from Building-From-Source.md rename to Lime-‐--Azahar.md index 3a679d7..77868c5 100644 --- a/Building-From-Source.md +++ b/Lime-‐--Azahar.md @@ -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 @@ -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''