summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
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. +