bugfix about AirDistribution
[profile/ivi/automotive-message-broker.git] / README.md
index 3b61412..625aeb0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Automotive Message Broker Daemon {#ambd}
 
-Version 0.13.803
+Version 0.15
 
 ## Introduction
 
@@ -11,7 +11,7 @@ Automotive Message Broker is built using CMake and requires libltdl (libtool), l
 
 ## Git
 About the Git Tree:
-master is expected to be unstable and may not even compile.  If you want something more stable, checkout one of the
+'master' is expected to be unstable and may not even compile.  If you want something more stable, checkout one of the
 release branches (ie, 0.9.0, 0.10, etc)
 
 ## Building
@@ -47,28 +47,6 @@ ambd
 
 For information on ambd's configuration, please see ambd-configuration.idl.
 
-## Packaging
-
-To generate packaging, you must first run cmake to generate the necessary packaging files:
-
-~~~~~~~~~~~~~{.bash}
-mkdir build
-cd build && cmake ..
-cd ..
-~~~~~~~~~~~~~
-
-After running cmake, to create a debian package run:
-
-~~~~~~~~~~~~~{.bash}
-debuild
-~~~~~~~~~~~~~
-
-To create an RPM package, run:
-
-~~~~~~~~~~~~~{.bash}
-rpmbuild [options] packaging/automotive-message-broker.spec
-~~~~~~~~~~~~~
-
 ## Running with the Qt mainloop:
 
 Some source and sink plugins may want to use the Qt-based mainloop to take advantage of Qt features. To enable
@@ -82,7 +60,7 @@ You will also need to edit your config to enable the Qt-based mainloop:
 
 ~~~~~~~~~~~~~{.json}
 {
-       "mainloop" : "/usr/lib/i386-linux-gnu/automotive-message-broker/qtmainloopplugin.so",
+       "mainloop" : "/PLUGIN_INSTALL_PATH/qtmainloopplugin.so",
        "plugins" : "/etc/ambd/plugins.d"
 }
 ~~~~~~~~~~~~~