summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-08 15:12:35 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-08 15:12:35 -0500
commitf7828a0718b730ffdc6b9f25e5d11cbfd666acf1 (patch)
tree53b5c582986e5fafb4f44f6546a204e6eb2e485b /README.md
parentaca791a675c608c7a19a6bd9098255e95faec94d (diff)
got windows pcre build to work
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7e17462..4e94168 100644
--- a/README.md
+++ b/README.md
@@ -45,8 +45,11 @@ a simple editor that starts up practically instantaneously, and performs well on
On Linux, run `make`.
On Windows, you will need the SDL2 VC development libraries: https://www.libsdl.org/download-2.0.php
-Copy SDL2-2.x.y into the ted directory, and rename it to SDL2. Additionally, copy SDL2\lib\x64\SDL2.dll
+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.
+You will also need PCRE2. Download it here: https://ftp.pcre.org/pub/pcre/pcre2-10.36.zip,
+unzip it, and put pcre2-10.36 in the same folder as ted.
+
Then run `make.bat`.
## Version history