summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Residori <marco.residori@xse.de>2015-07-07 10:54:49 +0200
committerMarco Residori <marco.residori@xse.de>2015-07-07 10:54:49 +0200
commit09bcb918c70cc40781b8b62cb732f4fd9ffce396 (patch)
tree6eed04cda380b07ac420306dede129fca98b5681
parentf7b6d8fc0ce6833d86012c458a3e99d31c4cc1d9 (diff)
downloadpositioning-09bcb918c70cc40781b8b62cb732f4fd9ffce396.tar.gz
Improve README files
-rw-r--r--README14
-rw-r--r--position-web-service/README2
2 files changed, 7 insertions, 9 deletions
diff --git a/README b/README
index d09b479..8b8a67e 100644
--- a/README
+++ b/README
@@ -99,14 +99,12 @@ Dependencies
===============================
DWITH_GPSD=ON requires that the package 'gpsd' is installed.
-To install 'gpsd', please execute the following commands:
-sudo apt-get install gpsd
-sudo apt-get install libgps-dev
-
-To test the enhanced-position-service (dbus-service) the packages 'libdbus-c++-dev' and 'xsltproc' must be installed.
-To install these packages, please execute the following commands:
-sudo apt-get install xsltproc
-sudo apt-get install libdbus-c++-dev
+To install 'gpsd', please execute the following command:
+sudo apt-get install gpsd libgps-dev
+
+To test the enhanced-position-service (dbus-service) the packages 'libdbus-1-dev', libdbus-c++-dev' and 'xsltproc' must be installed.
+To install these packages, please execute the following command:
+sudo apt-get install libdbus-1-dev libdbus-c++-dev xsltproc
NOTE: please use this version of of the dbus-c++ bindings https://github.com/stratustech/dbus-cpp.git
It fixes a problem in the dispatcher that causes deadlocks when a method is called within a signal handler.
diff --git a/position-web-service/README b/position-web-service/README
index 0383318..0e44fb2 100644
--- a/position-web-service/README
+++ b/position-web-service/README
@@ -27,7 +27,7 @@ IMPORTANT NOTE: Please install the DBus cpp bindings: https://github.com/stratus
is old and has serious bug in the DBus dispatcher, that is (partially) solved
by the version indicated above.
-On top of the EnhancedPositionService, the software packages Boost and Firebreath must also be installed.
+On top of the EnhancedPositionService, the software packages libgtk-2.0-dev, boost and Firebreath must also be installed.
FireBreath is a "framework that allows easy creation of powerful browser plugins" (http://www.firebreath.org).
All necessary packages are automatically downloaded and installed by the script build-all.sh.