summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Residori <marco.residori@xse.de>2015-02-18 00:02:16 +0100
committerMarco Residori <marco.residori@xse.de>2015-02-18 00:02:16 +0100
commitfbab60740501dfe71793ddeb4d23e5652c775f50 (patch)
treeb2462437111daa2087f3f4ccd63f87884139632e
parent1f9c4fa6d7a9d6d54329a5b91fb37f112ccc1075 (diff)
downloadpositioning-dbus-code-generation.tar.gz
Improve README file. Add notes about dependencies required to build the positioning PoC for the Raspberry Pi boarddbus-code-generation
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 6e87484..43ebfb7 100644
--- a/README
+++ b/README
@@ -27,6 +27,9 @@ positioning_x.y.bb //version x.y of a Yocto recipe for the positioning
How To Build
===============================
+First of all make sure that the following packages are installed:
+libdbus-1-dev, libdbus-c++-dev, gpsd, libgps-dev, xsltproc
+
To build the positioning proofs of concept please follow the following steps:
./build-all.sh
@@ -93,7 +96,7 @@ sudo apt-get install libgps-dev
To test the enhanced-positon-service the package 'libdbus-c++-dev' must be installed.
To install 'libdbus-c++-dev', please execute the following command:
-sudo apt-get install libdbus-c++-dev
+sudo apt-get install libdbus-c++-dev libdbus-1-dev xsltproc
DWITH_TESTS=ON enables the compilation of the test application(s).