mirror of
https://github.com/janet-lang/janet
synced 2024-12-26 00:10:27 +00:00
rephrase the info about WiX and .msi
This commit is contained in:
parent
b750a84ab1
commit
f2299eab8f
@ -122,11 +122,12 @@ gmake repl
|
|||||||
3. Run `build_win` to compile janet.
|
3. Run `build_win` to compile janet.
|
||||||
4. Run `build_win test` to make sure everything is working.
|
4. Run `build_win test` to make sure everything is working.
|
||||||
|
|
||||||
To build an `.msi` installer executable, you will have to:
|
To build an `.msi` installer executable, in addition to the above steps, you will have to:
|
||||||
|
|
||||||
5. Install, or otherwise add to your PATH the [WiX 3.11 Toolset](https://github.com/wixtoolset/wix3/releases)
|
5. Install, or otherwise add to your PATH the [WiX 3.11 Toolset](https://github.com/wixtoolset/wix3/releases)
|
||||||
6. run `build_win dist` then
|
6. run `build_win dist`
|
||||||
7. run `build_win install`
|
|
||||||
|
Now you should have an `.msi`. You can run `build_win install` to install the `.msi`, or execute the file itself.
|
||||||
|
|
||||||
### Meson
|
### Meson
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user