Skip to content

Commit 89381a7

Browse files
authored
Update README.md
1 parent da49bb4 commit 89381a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### How to Build
2-
Download [Dynamsoft Barcode Reader SDK v7.2.2](https://github.com/dynamsoft-dbr/python-barcode/releases/tag/v7.2.2) for Linux, macOS and Raspberry Pi.
2+
Download [Dynamsoft Barcode Reader SDK v7.2.2](https://github.com/dynamsoft-dbr/python-barcode/releases/tag/v7.2.2) for Raspberry Pi.
33

4-
Copy **libDynamsoftBarcodeReader.so**/**libDynamsoftBarcodeReader.dylib** to `/usr/lib`. If you don't have access to `/usr/lib`, try to copy the library to `/usr/local/lib` and set the **LD_LIBRARY_PATH** as follows:
4+
Copy **libDynamsoftBarcodeReader.so** to `/usr/lib`. If you don't have access to `/usr/lib`, try to copy the library to `/usr/local/lib` and set the **LD_LIBRARY_PATH** as follows:
55

66
```bash
77
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

0 commit comments

Comments
 (0)