about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorSergey M <dstftw@gmail.com>2016-05-30 01:03:40 +0700
committerSergey M <dstftw@gmail.com>2016-05-30 01:03:40 +0700
commit917a3196f862ff785d15e595e03363c94e9d2e5b (patch)
tree2447de3a47e2819c94604c4f69484bc10a0465db /README.md
parent56bd028a0f4b3809403d887012bb93bbc06296a5 (diff)
downloadyoutube-dl-917a3196f862ff785d15e595e03363c94e9d2e5b.tar.gz
youtube-dl-917a3196f862ff785d15e595e03363c94e9d2e5b.tar.xz
youtube-dl-917a3196f862ff785d15e595e03363c94e9d2e5b.zip
[README.md] Update c runtime dependency FAQ entry
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ef0e265c8..2b8a0fb85 100644
--- a/README.md
+++ b/README.md
@@ -784,9 +784,9 @@ means you're using an outdated version of Python. Please update to Python 2.6 or
 
 Since June 2012 ([#342](https://github.com/rg3/youtube-dl/issues/342)) youtube-dl is packed as an executable zipfile, simply unzip it (might need renaming to `youtube-dl.zip` first on some systems) or clone the git repository, as laid out above. If you modify the code, you can run it by executing the `__main__.py` file. To recompile the executable, run `make youtube-dl`.
 
-### The exe throws a *Runtime error from Visual C++*
+### The exe throws an error due to missing `MSVCR100.dll`
 
-To run the exe you need to install first the [Microsoft Visual C++ 2008 Redistributable Package](http://www.microsoft.com/en-us/download/details.aspx?id=29).
+To run the exe you need to install first the [Microsoft Visual C++ 2010 Redistributable Package (x86)](https://www.microsoft.com/en-US/download/details.aspx?id=5555).
 
 ### On Windows, how should I set up ffmpeg and youtube-dl? Where should I put the exe files?