summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-03 22:08:14 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-03 22:08:14 -0500
commit4007253649425ff37a503ea77cff2155ab9814ef (patch)
tree72cd40904068ee552def13ad3e99e59ed35e2748 /README.md
parenta566e529522940f011aa1fa08d44753b6bea9562 (diff)
fixed command line argument with / in it windows
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 57fce19..389b8e3 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,12 @@ a simple editor that starts up practically instantaneously, and performs well on
## Building from source
-On Linux, run `make`; on Windows, run `make.bat`.
+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
+to the ted directory.
+Then run `make.bat`.
## License