Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wqh17101 authored Aug 10, 2021
1 parent da0e3a8 commit 7b3db10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ you may meet an error that `cannot find -lmsvcr140`, as you can see in <https://

### 2. Should be build by std99 or gnu99
```
CC="-std=gnu99" python setup.py bdist_wheel
CC="gcc -std=gnu99" python setup.py bdist_wheel
```
### 3. Do not support inverted Code
When the background is darker than the QR Code's foreground, it's called an inverted Code.
Expand Down

0 comments on commit 7b3db10

Please sign in to comment.