You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide updated patch for Mangos (8095) and restore option to use "git am". Update How To Install.txt accordingly and clarify why/when patch is needed also for Windows.
Copy file name to clipboardexpand all lines: docs/How to install.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
MS Windows:
9
9
- Create a new folder under "src\bindings\" within the MaNGOS source called "ScriptDev2"
10
10
- Checkout the ScriptDev2 trunk from "https://scriptdev2.svn.sourceforge.net/svnroot/scriptdev2"
11
-
- Apply the Git patch to Mangos - "git apply src/bindings/ScriptDev2/patches/MaNGOS-XXXX-ScriptDev2.patch" ('XXXX' is revision number for Mangos).
11
+
- Apply the Git patch to Mangos - "git am src/bindings/ScriptDev2/patches/MaNGOS-XXXX-ScriptDev2.patch" ('XXXX' is revision number for Mangos). (Note this is not required for compile, but needed to avoid deletion of untracked folders/files in GIT-directory when using certain GIT commands (example: git clean -f -d))
12
12
- Compile MaNGOS
13
13
- Compile ScriptDev2 using the ScriptVC80 or ScriptVC90 Solution within the ScriptDev2 folder (this will overwrite the Mangoscript dll in the output directory)
14
14
@@ -17,7 +17,7 @@ GNU/Linux:
17
17
SVN:
18
18
- Apply MaNGOS-XXXX-ScriptDev2.patch to Mangos, where XXXX is the highest version to that of your MaNGOS revision.
19
19
GIT:
20
-
- Apply the Git patch to Mangos - "git apply src/bindings/ScriptDev2/patches/MaNGOS-XXXX-ScriptDev2.patch"
20
+
- Apply the Git patch to Mangos - "git am src/bindings/ScriptDev2/patches/MaNGOS-XXXX-ScriptDev2.patch"
21
21
22
22
- Compile MaNGOS (ScriptDev2 will automatically be built when compiling Mangos from here on)
0 commit comments