ccc/README.md

19 lines
226 B
Markdown
Raw Normal View History

# ccc
2024-03-09 12:52:45 +01:00
2024-03-09 19:29:23 +01:00
`ccc` is a rewrite of fff in C aiming for [sucklessness](https://suckless.org/philosophy/) and speed.
## Installation
### Dependencies
2024-03-09 12:52:45 +01:00
- gcc
- ncurses
2024-03-09 19:29:23 +01:00
- optional: libsixel
### Bulding
2024-03-09 12:52:45 +01:00
```
$ make
# make install
```