Version v0.3.52 - Add miniz and microtar dependencies for build

This commit is contained in:
Laan Tungir
2026-04-29 11:19:30 -04:00
parent dce0a74945
commit a76f47308f
2 changed files with 4 additions and 4 deletions

View File

@@ -59,14 +59,14 @@ One-time pads can be trivially encrypted and decrypted using pencil and paper, m
### Download Pre-Built Binaries
**[Download Current Linux x86](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.49/otp-v0.3.49-linux-x86_64)**
**[Download Current Linux x86](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.51/otp-v0.3.51-linux-x86_64)**
**[Download Current Raspberry Pi 64](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.49/otp-v0.3.49-linux-arm64)**
**[Download Current Raspberry Pi 64](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.51/otp-v0.3.51-linux-arm64)**
After downloading:
```bash
# Rename for convenience, then make executable
mv otp-v0.3.49-linux-x86_64 otp
mv otp-v0.3.51-linux-x86_64 otp
chmod +x otp
# Run it

View File

@@ -23,7 +23,7 @@
#include <ctype.h>
// Version - Updated automatically by build.sh
#define OTP_VERSION "v0.3.49"
#define OTP_VERSION "v0.3.51"
// Constants
#define MAX_INPUT_SIZE 4096