MaxCompression v2.2.0
Downloads
| Platform | File |
|---|---|
| Linux x64 | mcx-linux-x64.tar.gz |
| macOS ARM64 | mcx-macos-arm64.tar.gz |
| Windows x64 | mcx-windows-x64.zip |
Quick Start
# Linux/macOS
tar xzf mcx-*.tar.gz
./mcx-*/mcx compress myfile.txt
# Build from source
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j$(nproc)See CHANGELOG.md for full details.
Full Changelog: v2.1.1...v2.2.0