polycat/README.md
askiiart 42f49fe1af
* use actual releases
* update for 2.0
* add note for why it's built with fedora instead of debian
2025-05-26 18:14:48 -05:00

24 lines
700 B
Markdown

# Polycat build
- Builds polycat and places it in `$COMPILED_DIR/polycat/polycat.tar.zst`
- Version file at `$COMPILED_DIR/polycat/version`
## Archive details
```
.
├── polycat
└── polycat.ttf
```
Recommended:
| File | Location | Permissions |
| ------------------ | ----------------------------------------- | ----------- |
| `./polycat` | `/usr/bin/polycat` | 755 |
| `./polycat.ttf` | `/usr/share/fonts/polycat/polycat.ttf` | 644 |
| `./polycat-config` | `/usr/local/share/polycat/polycat-config` | 644 |
---
Note: Builds with Fedora because Debian's gcc is out of date.