From e74a182583c5302b4920a94714b8181c6de6b9f3 Mon Sep 17 00:00:00 2001 From: Ryan Lucia Date: Wed, 18 Dec 2024 13:52:57 -0800 Subject: [PATCH] Fix documentation location --- README.md | 17 ++++++++--------- packages/README.md | 16 ---------------- 2 files changed, 8 insertions(+), 25 deletions(-) delete mode 100644 packages/README.md diff --git a/README.md b/README.md index 5a313f6ca..ac0d9a5fb 100644 --- a/README.md +++ b/README.md @@ -12,18 +12,17 @@ Support is available on [Discord](https://discord.com/invite/AZaVyPr) or [IRC](i Prerequisites: -1. Visual Studio (Community edition of any recent version is fine) -2. The June 2010 DirectX SDK (the final release before DirectSound was dropped) -3. Python 3 -4. Meson -5. CMake +1. Visual Studio (Community edition of any recent version is fine, needs the Windows SDK included) +2. Python 3 +3. Meson +4. CMake There are a few optional dependencies that must be installed and on your PATH: -1. msgfmt, to build the translations -2. InnoSetup, to build the regular installer -3. 7zip, to build the regular installer -4. Moonscript, to build the regular installer +1. msgfmt, to build the translations (installing from https://mlocati.github.io/articles/gettext-iconv-windows.html seems to be the easiest option) +2. InnoSetup, to build the regular installer (iscc.exe on your PATH) +3. 7zip, to build the regular installer (7z.exe on your PATH) +4. Moonscript, to build the regular installer (moonc.exe on your PATH) All other dependencies are either stored in the repository or are included as submodules. diff --git a/packages/README.md b/packages/README.md deleted file mode 100644 index 7abedfca8..000000000 --- a/packages/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Packaging - -## Windows installer - -Prerequisites: - -1. 7zip (7z.exe on your PATH) -2. Moonscript (moonc.exe on your PATH) -3. Gettext (installing from https://mlocati.github.io/articles/gettext-iconv-windows.html seems to be the easiest option) -4. InnoSetup (needs to be a recent version, iscc.exe on your PATH which does not happen by default on installs) - -If these are all available before you built aegisub, running `ninja win-installer` should download and build the dependencies, then create the installer. - -## MacOS - -TODO