2024-03-09 18:37:04 +01:00
|
|
|
# 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
|
|
|
|
```
|