Skip to content

Commit

Permalink
[#117] Update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Oct 24, 2021
1 parent ac9af0e commit 00ab61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ rm -rf .tox && tox

### Windows

The `pyzbar` directory contains both 32-bit (`libiconv-2.dll` and `libzbar-32.dll`)
and 64-bit (`ibiconv.dll` and `libzbar-64.dll`) DLLs.
The `build.sh` script downloads both the 32-bit (`libiconv-2.dll` and `libzbar-32.dll`)
and 64-bit (`ibiconv.dll` and `libzbar-64.dll`) DLLs to the `pyzbar` directory.
The `load_zbar` function in `wrapper.py` looks for the appropriate DLLs.
The appropriate DLLs are packaged up into the wheel build and are installed
alongside the package source. This strategy allows the same method to be used
Expand Down

0 comments on commit 00ab61c

Please sign in to comment.