bhed01 / digital-clock

A gtk based Clock application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A gtk based Clock application


Languages

Language:C 97.3%Language:Shell 1.6%Language:CSS 1.1%