Skip to content

MaxBarraclough/CariommClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is simply the Cairo clock tutorial, bundled with a CMake file, based on the gtkmm CMake tutorial.

Building

To run a debug build, simply cd into the main project directory (such that ./readme.md resolves to this file) and run:

 mkdir build_debug && cd build_debug && cmake -DCMAKE_BUILD_TYPE=Debug ../ && make && ./src_dir/clock

(Note the existence of the directory build_debug/src_dir which results from building the source-code contained within src_dir)

Copyright and Licence

See COPYING.md.

About

"Cariomm Clock" example application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages