ccc/README.md

15 lines
153 B
Markdown
Raw Normal View History

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