11 lines
281 B
Markdown
11 lines
281 B
Markdown
# cclock
|
|
#### Simply C program to display the time and temperature without too much fuss, made for home use.
|
|
|
|
Current the only dependencies are:
|
|
```
|
|
gcc
|
|
libncurses
|
|
libcurl
|
|
```
|
|
|
|
Build with ```gcc -Wall -Wextra -pedantic -std=c11 clock.c -lncurses -lcurl -o clock```
|