diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-03 22:08:14 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-03 22:08:14 -0500 |
commit | 4007253649425ff37a503ea77cff2155ab9814ef (patch) | |
tree | 72cd40904068ee552def13ad3e99e59ed35e2748 /README.md | |
parent | a566e529522940f011aa1fa08d44753b6bea9562 (diff) |
fixed command line argument with / in it windows
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |