# digital-clock **Repository Path**: aquajerry/digital-clock ## Basic Information - **Project Name**: digital-clock - **Description**: A simple, cross-platform 7-segment-display clock - **Primary Language**: C++ - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-29 - **Last Updated**: 2024-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Digital clock A simple, cross-platform 7-segment-display clock ![build][0] ## Frequently asked questions > Why the displayed time differs from my local one? This program use Coordinated Universal Time (UTC). It is not the same with the time people living in most places around the world use. ## Usage To run this program, you need to have - Simple DirectMedia Layer (SDL) 2 library [Mainpage][1] [GitHub][2] - a lint tool like [clang-tidy][3] - a format tool like [clang-format][4] - a cpp compiler such as [clang++][5], [g++][6] - a debugger like [gdb][7] - a make tool like [GNU Make][8] Then in your terminal ```sh make ``` [0]: https://travis-ci.org/aquajerry/digital-clock.svg [1]: https://libsdl.org [2]: https://github.com/SDL-mirror [3]: https://clang.llvm.org/extra/clang-tidy [4]: https://clang.llvm.org/docs/ClangFormat.html [5]: https://clang.llvm.org [6]: https://gcc.gnu.org [7]: https://gnu.org/software/gdb [8]: https://gnu.org/software/make