summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-04-20 19:58:15 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2021-04-20 19:58:15 -0400
commitba337edceb8cb5cc32d1d5cf71437e8d885cf45f (patch)
tree5cfca26e4f6454afd4c930d745bf0fb73a6b3970 /README.md
parentc97c44d84550acdda34b07781d5b5ffab08d5336 (diff)
fix windows build, prepare for v. 1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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
<table>
@@ -142,6 +148,7 @@ Then run `make.bat release`.
<tr><td>0.6</td> <td>Split-screen</td> <td>2021 Feb 28</td></tr>
<tr><td>0.7</td> <td>Restore session, command selector, :shell, big bug fixes</td> <td>2021 Mar 3</td></tr>
<tr><td>0.8</td> <td>Autocomplete</td> <td>2021 Mar 4</td></tr>
+<tr><td>1.0</td> <td>Bugfixes, small additional features, installers</td> <td>2021 Apr 20</td></tr>
</table>
## License