diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-28 17:00:49 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-28 17:00:49 -0500 |
commit | 410b9b764c4a6c81a3573cf7ca23330d43931829 (patch) | |
tree | 9766f5245c9c71a8a67948ef8d2bb05613d74a01 /README.md | |
parent | 52fd5e0c95da236fd14682ed8a7cfa34afbab2c0 (diff) |
speed up debug build time
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -48,7 +48,8 @@ wget https://ftp.pcre.org/pub/pcre/pcre2-10.36.zip sudo make install -j4 ``` -On Windows (64-bit), you will need the SDL2 VC development libraries: https://www.libsdl.org/download-2.0.php +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 to the ted directory. You will also need PCRE2. Download it here: https://ftp.pcre.org/pub/pcre/pcre2-10.36.zip, |