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
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,17 @@ Part of the Elixir on Windows Google Summer of Code 2014 project, this installer
12
12
13
13
## Build Instructions
14
14
15
-
First, download the [Unicode Inno Setup QuickStart Pack](http://www.jrsoftware.org/isdl.php#qsp) and install it, making sure to keep the "Install Inno Setup Preprocessor" checkbox checked when asked. Then, follow these steps to build an offline installer (a single executable which only installs Elixir itself):
15
+
First, download the [Unicode Inno Setup QuickStart Pack](http://www.jrsoftware.org/isdl.php#qsp) and install it, making sure to keep the "Install Inno Setup Preprocessor" checkbox checked when asked (the other choices are optional.) Then, clone this repo (`elixir-windows-setup`) to your system.
16
16
17
-
1. Clone this repo (`elixir-windows-setup`) to your system.
18
-
2. Extract the Precompiled.zip of the desired [Elixir Release](https://github.com/elixir-lang/elixir/releases/) into `elixir-windows-setup\elixir`
19
-
3. Open either a PowerShell or Command Prompt in `elixir-windows-setup`.
20
-
4. In the directory, run `#INNOSETUPPATH#\ISCC.exe /dElixirVersion=#ELIXIRVERSION# Elixir.iss`, where `#INNOSETUPPATH#` is probably "C:\Program Files (x86)\Inno Setup 5" and `#ELIXIRVERSION#` is the version of Elixir you're building the installer for.
17
+
To build the web installer, simply open ElixirWeb.iss in the Inno Setup Compiler and click "Compile" to build an installer in `elixir-windows-setup/Output`.
21
18
22
-
And that's it! As an alternative to step 2, you could clone Elixir into `elixir-windows-setup` and build an installer for that repo.
19
+
To build the offline installer (which installs a specific release of Elixir and nothing else), follow these steps:
20
+
21
+
1. Extract the Precompiled.zip of the desired [Elixir Release](https://github.com/elixir-lang/elixir/releases/) into `elixir-windows-setup\elixir`
22
+
2. Open either a PowerShell or Command Prompt in `elixir-windows-setup`.
23
+
3. In the directory, run `#INNOSETUPPATH#\ISCC.exe /dElixirVersion=#ELIXIRVERSION# Elixir.iss`, where `#INNOSETUPPATH#` is probably "C:\Program Files (x86)\Inno Setup 5" and `#ELIXIRVERSION#` is the version of Elixir you're building the installer for.
24
+
25
+
And that's it! As an alternative to step 1, you could clone Elixir into `elixir-windows-setup` and build an installer for that repo.
0 commit comments