aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFilippo Valsorda <filosottile.wiki@gmail.com>2012-09-29 15:35:07 +0200
committerFilippo Valsorda <filosottile.wiki@gmail.com>2012-09-29 15:35:07 +0200
commitce3674430b0647e9918ce5d53f447e0ca35752ab (patch)
tree46c05b47de1ee7187c1f8142abee12bd1da46175 /README.md
parent5cdfaeb37bd17870979686b961ab9859938d09ce (diff)
downloadyoutube-dl-ce3674430b0647e9918ce5d53f447e0ca35752ab.tar.xz
added new FAQ on exe dependency
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9712e5358..d28303b07 100644
--- a/README.md
+++ b/README.md
@@ -147,6 +147,10 @@ Please note that Python 2.5 is not supported anymore.
Since June 2012 (#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 repo to see the code. If you modify the code, you can run it by executing the `__main__.py` file. To recompile the executable, run `make compile`.
+### The exe throws a *Runtime error from Visual C++*
+
+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).
+
# COPYRIGHT
youtube-dl is released into the public domain by the copyright holders.