summary refs log tree commit diff stats
path: root/readme.md
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2021-04-22 12:04:13 +0200
committerGitHub <noreply@github.com>2021-04-22 12:04:13 +0200
commit56859fe8516cd3e8191f9162c6409aeed8493941 (patch)
tree099ed173f20912e3d99ceb8377c86a26f96e20b0 /readme.md
parent53c898de4105049c767804d0d2c520f31a86b874 (diff)
downloadNim-56859fe8516cd3e8191f9162c6409aeed8493941.tar.gz
Windows: separate DLLs are not required anymore
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
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.