From ba337edceb8cb5cc32d1d5cf71437e8d885cf45f Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Tue, 20 Apr 2021 19:58:15 -0400 Subject: fix windows build, prepare for v. 1.0 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5458f64..05ef18a 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ wget https://ftp.pcre.org/pub/pcre/pcre2-10.36.zip sudo make install -j4 ``` +You can also run `make ted.deb` to build the .deb installer. + On Windows (64-bit), first you will need to install Microsoft Visual Studio, then find and add vcvarsall.bat to your PATH. 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 @@ -127,6 +129,10 @@ You will also need PCRE2. Download it here: https://ftp.pcre.org/pub/pcre/pcre2- unzip it, and put pcre2-10.36 in the same folder as ted. Then run `make.bat release`. +To build the .msi file, you will need Visual Studio, as well as the +[Visual Studio Installer Projects extension](https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2017InstallerProjects). +Then, open windows\_installer\\ted\\ted.sln, and build. + ## Version history @@ -142,6 +148,7 @@ Then run `make.bat release`. +
0.6 Split-screen 2021 Feb 28
0.7 Restore session, command selector, :shell, big bug fixes 2021 Mar 3
0.8 Autocomplete 2021 Mar 4
1.0 Bugfixes, small additional features, installers 2021 Apr 20
## License -- cgit v1.2.3