diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2021-04-22 12:04:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 12:04:13 +0200 |
commit | 56859fe8516cd3e8191f9162c6409aeed8493941 (patch) | |
tree | 099ed173f20912e3d99ceb8377c86a26f96e20b0 /readme.md | |
parent | 53c898de4105049c767804d0d2c520f31a86b874 (diff) | |
download | Nim-56859fe8516cd3e8191f9162c6409aeed8493941.tar.gz |
Windows: separate DLLs are not required anymore
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/readme.md b/readme.md index fa7a2d86d..9a07ae56b 100644 --- a/readme.md +++ b/readme.md @@ -84,10 +84,6 @@ Next, run the appropriate build shell script for your platform: * `build_all.sh` (Linux, Mac) * `build_all.bat` (Windows) -Windows requires a number of other dependencies that you may need to install including -PCRE and OpenSSL. Nim hosts a zip package containing known working versions of the -required DLLs [here](https://nim-lang.org/download/dlls.zip). - Finally, once you have finished the build steps (on Windows, Mac, or Linux) you should add the ``bin`` directory to your PATH. |