diff options
author | pommicket <pommicket@gmail.com> | 2023-09-14 11:10:36 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-14 11:10:36 -0400 |
commit | 42f3f808e3147a8b67d5d65fcc197c6fa8e81b46 (patch) | |
tree | d8005f46398c50cea9b5e7fe52010dd12ea02503 /README.md | |
parent | 52015e0c9a4e3bc8dc558929a85461f079dda303 (diff) |
build ted.msi in make.bat2.6.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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> |