~michael-sheldon/content-hub/fix-1377334

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
What is content-hub?
--------------------

content-hub is a mediation service to let applications share content between
them even if they are not running at the same time.

For a more detailed description, please have a look at:
doc/Mainpage.md


How do I get all building dependencies?
---------------------------------------

Build dependencies are already listed in the debian/control file. To get them
use the following command:
sudo apt-get build-dep content-hub


How do I compile the code?
--------------------------

To compile the code run the following command from the branch directory:
mkdir build
cd build
cmake ..
make


How do I run the test cases?
----------------------------

To run the test cases use the following command:
cd build/tests
dbus-test-runner -t make -p test


How do I build the packages?
----------------------------

To build the pacakges run the following command:
bzr builddeb


How do I install the code?
--------------------------

One way to do it one the code is compiled is:
make install

However, the recommended way to do it is by installing the packages built
manually.