summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaze <maze@pyth0n.org>2010-04-02 12:28:50 +0200
committermaze <maze@pyth0n.org>2010-04-02 12:28:50 +0200
commit21577278d9656a7b002928da0639cc1abf76ef56 (patch)
treee9ff842b235ab4ce1729abc2695cb56883ce57de
parentf7f9a8870db5c05d13c3047316313d64790a1536 (diff)
downloadpython-magic-21577278d9656a7b002928da0639cc1abf76ef56.tar.gz
added win32 installation guidelines
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 19dc116..567d33d 100644
--- a/README
+++ b/README
@@ -19,6 +19,16 @@ To build and install run:
# python setup.py install
+= Installation on Win32 =
+
+You need magic1.dll from http://gnuwin32.sourceforge.net/, grab the
+binaries and dependencies ZIP-file, extract magic1.dll, regex2.dll
+and zlib1.dll and put it in C:\Windows\System32. You also need a
+magic file from Linux, compatible with file version 5.0.
+
+To build and install run:
+
+# python setup.py install
= Example Usage =