summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bauer <michael.mi.bauer@partner.bmw.de>2014-03-31 14:13:10 +0200
committerMichael Bauer <michael.mi.bauer@partner.bmw.de>2014-03-31 14:13:10 +0200
commit18fe826cb24fdd4555f3c2b9da26685923383aed (patch)
treeffcff2959db9d5a97ecbba2c512e6bb4e7ff7254
parentda6d99bda0b1b160a9bd17c68a60a40b05c3fe77 (diff)
downloadgenivi-common-api-runtime-18fe826cb24fdd4555f3c2b9da26685923383aed.tar.gz
updated Makefile.am and README to fix asciidoc errors
-rw-r--r--Makefile.am1
-rw-r--r--README6
2 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index b80ae42..6e787e9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -97,4 +97,3 @@ endif
doc: doxygen-doc
asciidoc -b html -o doc/html/README.html README
- cp docx/genivi-SysInfraEGCppCommonAPISpecification.pdf doc/html
diff --git a/README b/README
index 66ba180..cf66851 100644
--- a/README
+++ b/README
@@ -52,7 +52,7 @@ Use autotools to build this package:
# sudo make install (or alternative install process, eg. checkinstall on debian-based distributions, such as Ubuntu)
----
If the environment variable GTEST_CONFIG is set to the path of the gtest-config script in a Gtest tree test will also be built.
-----
+
To build the Windows version of CommonAPI with Visual Studio, you can use the solution file CommonAPI.sln. It is configured to build CommonAPI as a static library.
== Linking against CommonAPI
@@ -137,13 +137,13 @@ CommonAPI Config files have to be named this way:
Allows to set parameters that influence the loading procedure of specific middleware bindings.
The syntax is:
-==========================
+----
{binding:<well known binding name>}
libpath=<Fully qualified name of the library of the binding>
alias=<One or more desired aliases for the binding, separated by ":">
genpath=<One or more fully qualified names to libraries containing additional (generated) code for this binding, separated by ":">
default
-==========================
+----
* *libpath*: Provides a fully qualified name that replaces the search path when trying to dynamically load the identified binding.
The library found at libpath will take precedence over all other dynamically discoverable libraries for this binding. +