summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-14 11:10:36 -0400
committerpommicket <pommicket@gmail.com>2023-09-14 11:10:36 -0400
commit42f3f808e3147a8b67d5d65fcc197c6fa8e81b46 (patch)
treed8005f46398c50cea9b5e7fe52010dd12ea02503 /README.md
parent52015e0c9a4e3bc8dc558929a85461f079dda303 (diff)
build ted.msi in make.bat2.6.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5a0b12d..24998c8 100644
--- a/README.md
+++ b/README.md
@@ -273,16 +273,15 @@ sudo apt install clang libsdl2-dev cmake imagemagick
Then run `make -j8 release` to build or `sudo make install -j8` to build and install.
You can also run `make -j8 ted.deb` to build the .deb installer.
-On Windows (64-bit), you will need to install Microsoft Visual Studio, then find and add vcvarsall.bat to your PATH.
+On Windows, install Microsoft Visual Studio 2022, then find and add vcvarsall.bat to your PATH
+(most likely lives at `C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build`).
+Also, install the [Visual Studio Installer Projects extension](https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects)
+(needed to build the .msi installer).
Next you will need the SDL2 VC development libraries: https://www.libsdl.org/download-2.0.php
Extract the zip, copy SDL2-2.x.y into the ted directory, and rename it to SDL2. Also copy SDL2\\lib\\x64\\SDL2.dll
to the ted directory.
Then run `make.bat release`.
-To build the .msi file, you will need Visual Studio 2022, as well as the
-[Visual Studio Installer Projects extension](https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects).
-Then, open windows\_installer\\ted.sln, and build.
-
## Version history
<table>