2024-03-09 18:37:04 +01:00
|
|
|
# ccc
|
2024-03-09 12:52:45 +01:00
|
|
|
|
2024-03-09 18:37:04 +01:00
|
|
|
ccc is a rewrite of fff in C aiming for suckless and speed.
|
2024-03-09 12:52:45 +01:00
|
|
|
|
2024-03-09 18:37:04 +01:00
|
|
|
## Dependencies
|
2024-03-09 12:52:45 +01:00
|
|
|
- gcc
|
|
|
|
- ncurses
|
2024-03-09 18:37:04 +01:00
|
|
|
- libsixel
|
2024-03-09 12:52:45 +01:00
|
|
|
|
2024-03-09 18:37:04 +01:00
|
|
|
## Bulding
|
2024-03-09 12:52:45 +01:00
|
|
|
```
|
|
|
|
$ make
|
|
|
|
# make install
|
|
|
|
```
|