From 48158845ad936a28d632b1c2133b15212a757d99 Mon Sep 17 00:00:00 2001 From: Inverted Silence <32222093+Inversil@users.noreply.github.com> Date: Mon, 1 Feb 2021 11:11:10 +0100 Subject: [PATCH] added extra instructions to README.md, fixes --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b01e928..8bbbc02 100644 --- a/README.md +++ b/README.md @@ -25,19 +25,38 @@ The Live Enhancement Suite is a self-managing compiled [AutoHotKey](https://www. ## How do I build this thing? +### Building with AHK *Presuming the location of your AutoHotKey install is `C:\Program Files\AutoHotkey\`and you have git installed* * Clone the repository `git clone https://github.com/LiveEnhancementSuite/LESforWindows` * Go to the folder of the repository `cd LESforWindows` -* Run the AutoHotKey compiler `"C:\Program Files\AutoHotkey\Compiler\Ahk2Exe.exe" /in LiveEnhancementSuite.ahk /out "Live Enhancement Suite.exe"` +* Run the AutoHotKey compiler `"C:\Program Files\AutoHotkey\Compiler\Ahk2Exe.exe" /in LiveEnhancementSuite.ahk /out "Live Enhancement Suite.exe"` ***Sidenote: If you are trying to debug the LiveEnhancementSuite script, you may run it as a normal AutoHotKey script, building is generally reserved for releases*** +### Building with CompileAHK GUI +* Clone the repository `git clone https://github.com/LiveEnhancementSuite/LESforWindows` + +* Download CompileAHK's GUI here: https://github.com/mercury233/compile-ahk + +* Once installed, simply right click the .ahk file and choose "Compile with options" + +* Hit the "Compile" button + +### Building the installer +* Clone the repository `git clone https://github.com/LiveEnhancementSuite/LESforWindows` + +* Download and install the latest version of Inno Setup from https://jrsoftware.org/isinfo.php + +* Open the `InnoSetupScript.iss` file with Inno Setup + +* Hit Ctrl + F9 to build + ## Anything else? **LESforWindows is released under the MIT License** -Copyright © 2019-2020 [Dylan Tallchief](https://twitter.com/dylantallchief) and [Inverted Silence](https://twitter.com/invertedsilence) +Copyright © 2019-2021 [Dylan Tallchief](https://twitter.com/dylantallchief) and [Inverted Silence](https://twitter.com/invertedsilence)