Skip to content

A work-in-progress Contacts app for Linux similar to the macOS contacts app

License

Notifications You must be signed in to change notification settings

MoralCode/Reach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reach

A learning project to create a contacts for linux using C++ and gtkmm.

Building

Install Dependencies

main application dependencies:

testing dependencies:

  • gtest and gmock

Setup Build Directory

mkdir build
cd build
cmake ..

Compile

to compile everything, run make

to compile just the app itself, run make reach

to compile the tests, run make test

Testing

Tests are currently very early stages as I am still trying to figure out how to go about correctly testing a GTK+ app.

https://gitlab.com/dogtail/dogtail/ seems good if UI tests are needed. Still not sure if signal handlers should be tested though

About

A work-in-progress Contacts app for Linux similar to the macOS contacts app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published