more progress
[profile/ivi/automotive-message-broker.git] / README
1 Automotive Message Broker is a vehicle network abstraction system.  It brokers information from the vehicle
2 to applications.
3
4 Automotive Message Broker is built using CMake.  glib2 (with gio) and boost are the only dependencies
5 aside from the normal c/c++ toolchain.  Alternatively, Automotive Message Broker can be built to use
6 the Qt mainloop.  In this case QtCore is also a dependency.
7
8 To build:
9
10 cd automotive-message-broker
11 mkdir build
12 cd build
13 cmake ..
14 make
15
16 To install:
17
18 sudo make install
19
20 TODO: link to website for questions/comments
21