Skip to content

Commit e74a182

Browse files
committed
Fix documentation location
1 parent 6b3bec2 commit e74a182

File tree

2 files changed

+8
-25
lines changed

2 files changed

+8
-25
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,17 @@ Support is available on [Discord](https://discord.com/invite/AZaVyPr) or [IRC](i
1212

1313
Prerequisites:
1414

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
2019

2120
There are a few optional dependencies that must be installed and on your PATH:
2221

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)
2726

2827
All other dependencies are either stored in the repository or are included as submodules.
2928

packages/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)