summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Residori <marco.residori@xse.de>2015-05-11 16:27:26 +0200
committerMarco Residori <marco.residori@xse.de>2015-05-11 16:27:26 +0200
commite0abeac5db5c58343884ff46111d04846773ef15 (patch)
tree80e41f6c1796d6e5777388bbf04bf7b70fa8752a
parent87f9ea7faa772a381f788002bd74b2f086f31420 (diff)
downloadpositioning-e0abeac5db5c58343884ff46111d04846773ef15.tar.gz
Improve build script and README file
-rw-r--r--README7
-rwxr-xr-xbuild-all.sh2
2 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index b1717dd..4bf10f1 100644
--- a/README
+++ b/README
@@ -91,12 +91,13 @@ To install 'gpsd', please execute the following commands:
sudo apt-get install gpsd
sudo apt-get install libgps-dev
-To test the enhanced-positon-service (dbus-service) the package 'libdbus-c++-dev' must be installed.
-To install 'libdbus-c++-dev', please execute the following command:
+To test the enhanced-positon-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 libdbus-c++-dev
+sudo apt-get install xsltproc
To test the enhanced-positon-service (commonapi-service) the package CommonAPI must be installed.
-To install CommonAPI, please see http://git.projects.genivi.org/?p=ipc/common-api-runtime.git;a=blob;f=README
+To install CommonAPI, please see http://git.projects.genivi.org/?p=ipc/common-api-dbus-runtime.git;a=blob;f=README
DWITH_TESTS=ON enables the compilation of the test application(s).
diff --git a/build-all.sh b/build-all.sh
index e0fa11c..0ac24c5 100755
--- a/build-all.sh
+++ b/build-all.sh
@@ -90,7 +90,7 @@ buildEnhancedPositionService() {
echo 'Building EnhancedPositionService (Franca PoC) ->' $SENSORS_SERVICE_SRC_DIR
mkdir -p $ENHANCED_POSITION_SERVICE_FRANCA_BIN_DIR
cd $ENHANCED_POSITION_SERVICE_FRANCA_BIN_DIR
- cmake $ENHANCED_POSITION_SERVICE_FLAGS $ENHANCED_POSITION_SERVICE_COMMONAPI_SRC_DIR && make
+ cmake $ENHANCED_POSITION_SERVICE_FLAGS $ENHANCED_POSITION_SERVICE_FRANCA_SRC_DIR && make
}
buildLogReplayer() {