diff options
| author | maze <maze@pyth0n.org> | 2010-04-02 12:28:50 +0200 |
|---|---|---|
| committer | maze <maze@pyth0n.org> | 2010-04-02 12:28:50 +0200 |
| commit | 21577278d9656a7b002928da0639cc1abf76ef56 (patch) | |
| tree | e9ff842b235ab4ce1729abc2695cb56883ce57de | |
| parent | f7f9a8870db5c05d13c3047316313d64790a1536 (diff) | |
| download | python-magic-21577278d9656a7b002928da0639cc1abf76ef56.tar.gz | |
added win32 installation guidelines
| -rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 = |
