File tree Expand file tree Collapse file tree 2 files changed +8
-25
lines changed Expand file tree Collapse file tree 2 files changed +8
-25
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,17 @@ Support is available on [Discord](https://discord.com/invite/AZaVyPr) or [IRC](i
12
12
13
13
Prerequisites:
14
14
15
- 1 . Visual Studio (Community edition of any recent version is fine)
16
- 2 . The June 2010 DirectX SDK (the final release before DirectSound was dropped)
17
- 3 . Python 3
18
- 4 . Meson
19
- 5 . CMake
15
+ 1 . Visual Studio (Community edition of any recent version is fine, needs the Windows SDK included)
16
+ 2 . Python 3
17
+ 3 . Meson
18
+ 4 . CMake
20
19
21
20
There are a few optional dependencies that must be installed and on your PATH:
22
21
23
- 1 . msgfmt, to build the translations
24
- 2 . InnoSetup, to build the regular installer
25
- 3 . 7zip, to build the regular installer
26
- 4 . Moonscript, to build the regular installer
22
+ 1 . msgfmt, to build the translations (installing from https://mlocati.github.io/articles/gettext-iconv-windows.html seems to be the easiest option)
23
+ 2 . InnoSetup, to build the regular installer (iscc.exe on your PATH)
24
+ 3 . 7zip, to build the regular installer (7z.exe on your PATH)
25
+ 4 . Moonscript, to build the regular installer (moonc.exe on your PATH)
27
26
28
27
All other dependencies are either stored in the repository or are included as submodules.
29
28
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments