blob: 8dfd6f1b9aaf23fad1e85316bb53ecfc6d02b369 [file] [log] [blame]
Stepan Salenikoviche3500cb2015-02-13 15:55:46 -05001ring-client-gnome
2*****************
3
4Ring-client-gnome is a Ring client written in GTK+3. It uses libRingClient to
5communicate with the Ring daemon and for all of the underlying models and their
6logic. Ideally ring-client-gnome should only contain UI related code and any
7wrappers necessary for interacting with libRingClient.
8
9Requirements
10==================
11
12- Ring daemon
13- libRingClient (Qt5 version)
14- GTK+3 (3.10 or higher)
15- Qt5 Core
16
17Compiling
18==================
19
20In the project root dir:
21 mkdir build
22 cd build
23 cmake ..
24 make
25
26Then simply run ./ring-client-gnome