Skip to content

Commit

Permalink
Merge branch 'master' into abi3-wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Jun 18, 2024
2 parents 258efa4 + 067399b commit 3a55538
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ apk add --update libmagic
# RHEL
yum install file-libs
```

### Windows

The DLLs that are bundled in the Windows wheels are compiled by @julian-r
Expand All @@ -92,6 +92,8 @@ brew install libmagic
port install file
```

If python-magic fails to load the library it may be in a non-standard location, in which case you can set the environment variable `DYLD_LIBRARY_PATH` to point to it.

### SmartOS:
- Install libmagic for source https://github.com/threatstack/libmagic/
- Depending on your ./configure --prefix settings set your LD_LIBRARY_PATH to <prefix>/lib
Expand Down

0 comments on commit 3a55538

Please sign in to comment.