summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2014-01-04 04:55:24 -0800
committerAdam Hupp <adam@hupp.org>2014-01-04 04:57:50 -0800
commitfc73c30c2fd4d17babfd1a7b864c96ba517f6130 (patch)
tree02cfdcee6972e0d87849bc72f50b073b48e7bf80 /README.md
parent4081eb6ce8f32d9b1ef2d8cf3fe46d206b1840ac (diff)
downloadpython-magic-fc73c30c2fd4d17babfd1a7b864c96ba517f6130.tar.gz
Replace windows docs with cygwin instructions/path
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index f996d45..36d4b90 100644
--- a/README.md
+++ b/README.md
@@ -34,12 +34,9 @@ Other sources:
### Dependencies
-On Windows, you need to download and save the following libraries under
-`C:\Windows\System32`:
-
-- `regex2.dll` from [sourceforge.net/projects/gnuwin32/files/regex/](http://sourceforge.net/projects/gnuwin32/files/regex/)
-- `zlib1.dll` from [sourceforge.net/projects/gnuwin32/files/zlib/](http://sourceforge.net/projects/gnuwin32/files/zlib/)
-- `magic1.dll` from [sourceforge.net/projects/gnuwin32/files/file/](http://sourceforge.net/projects/gnuwin32/files/file/)
+On Windows, install Cygwin (http://cygwin.com/install.html). To find
+the libraries, either add <your-cygwin-install>/bin to the $PATH or
+copy cygwin1.dll, cygz.dll, and cygmagic-1.dll to C:\Windows\System32
On OSX: