summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohannes Schanda <schanda@itestra.de>2013-02-14 10:50:43 +0100
committerJohannes Schanda <schanda@itestra.de>2013-02-14 10:50:43 +0100
commita01b0cfa91f1403783a6a300bcd87afe40b08df2 (patch)
tree2518bb2d0d5d633d8b842337bbbb57521d09ad2a /README
parente968ffd5f7640320e941e9cb94367636d73b19a1 (diff)
downloadgenivi-common-api-dbus-runtime-a01b0cfa91f1403783a6a300bcd87afe40b08df2.tar.gz
Fixed type in README
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index 71e7de8..5b2741d 100644
--- a/README
+++ b/README
@@ -48,9 +48,10 @@ CommonAPI-D-Bus-Tools - The eclipse based tools for CommonAPI D-Bus. This is the
=== Requirements
To build this package the CommonAPI library and a version of libdbus patched with the marshaling patch must be available through PkgConfig.
-=======
-Build Instructions
-==================
+
+
+== Build Instructions
+
To build this package CommonAPI and a version of libdbus patched with the marshaling patch must be available.
@@ -81,7 +82,7 @@ For example, if CommonAPI and patched dbus are available in /usr/local, set the
=== Instructions
Use autotools to build this package withthe above requirements available through Pkgconfig :
----
-# ./autoreconf -i
+# autoreconf -i
# ./configure
# make
# sudo make install (or alternative install process, eg. checkinstall on debian-based distributions, such as Ubuntu)