From acfd3e18140cfe4568569bd8e144f03e9a150282 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Fri, 20 Oct 2023 22:45:56 -0500 Subject: [PATCH] Revise compiling instructions --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2803c9d..9d57711 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,13 @@ Paper's own team has either refused to fix or would have. All SWM patches/SWM API belongs to [AdvancedSlimePaper and InfernalSuite](https://github.com/InfernalSuite/AdvancedSlimePaper) -Note: This will not compile on Windows by default. To make it compile, you need to go to the `aswm-api/src` -and `aswm-core/src` files and replace the default paths with the **full path** to -the `submodules/AdvancedSlimePaper/api` and `submodules/AdvancedSlimePaper/core` on your local machine. This does not -need to be done on macOS or Linux. Example: `../submodules/AdvancedSlimePaper/api/src` -becomes `C:/Users/telesphoreo/IdeaProjects/Scissors-slime-1.20.2/submodules/AdvancedSlimePaper/api/src` +Note: This will not compile on Windows by default. To make it compile, you need to delete the `aswm-core/src` +and `aswm-api/src` files. Then open up Command Prompt as an administrator and run the following for the api project: +```mklink /D C:\full\path\to\project\aswm-api\src C:\full\path\to\project\submodules\AdvancedSlimePaper\api\src```. Now, +run the same thing again for the core +project: ```mklink /D C:\full\path\to\project\aswm-core\src C:\full\path\to\project\submodules\AdvancedSlimePaper\core\src``` +Make sure you replace the placeholder `C:\full\path\to\project` with the actual full path to the root project on your +local machine. You do not need to do this if you are compiling on macOS or Linux. ## Links ### [Scissors Download](https://ci.plex.us.org/job/Scissors)