Skip to content

Commit c53a71c

Browse files
committed
Clarify compressor build instructions for x86_64 Windows
1 parent 514f530 commit c53a71c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/Compress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ clang -pthread bin/Compress/src/compressor.c -o bin/Compress/Compress_ARM64.ex
1414

1515
# Windows (x86_64)
1616

17-
In `mingw64`, run:
17+
In `mingw64` (`~\scoop\apps\msys2\current\mingw64.exe` if installed via `scoop install msys2`), run:
1818

1919
```bash
2020
gcc bin/Compress/src/compressor.c -o bin/Compress/Compress.exe

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__version__ = '8.3.68'
22

33
# This is a supplemental version number for branches based off of main dev.
4-
supplementary_version = 2
4+
supplementary_version = 3
55

66
# Pick a unique identifier byte for your fork if you are intending to have a long-lasting branch.
77
# This will be 0x00 for main releases and 0x01 for main dev.

0 commit comments

Comments
 (0)