Skip to content

bhed01/digital-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Clock

It a mini project on digital clock. It is made with C programming language using gtk+3.0.

Screenshots

Compile

Use following command to compile the program

gcc main.c `pkg-config --cflags gtk+-3.0` -o Clock `pkg-config --libs gtk+-3.0`

Install

This repository is included with the compiled binary file so it can be installed by running the install.sh file in terminal

Uninstall

The repository contains the file to uninstall the project simply run the uninstall.sh