summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bauer <michael.mi.bauer@partner.bmw.de>2014-04-02 16:41:39 +0200
committerMichael Bauer <michael.mi.bauer@partner.bmw.de>2014-04-02 16:41:39 +0200
commit44c66cbcdb8e129f47db3d610b024f80263802bd (patch)
tree0c5f7b8012b605b818731d13f32c78d44580345a
parent99b6fe38a77bf9cc7555b7d9fa02b682ed45b942 (diff)
downloadgenivi-common-api-runtime-44c66cbcdb8e129f47db3d610b024f80263802bd.tar.gz
updating README to reflect changes to CommonAPI.sln
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index cf66851..7724a82 100644
--- a/README
+++ b/README
@@ -53,7 +53,9 @@ Use autotools to build this package:
----
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.
+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.
+To build the Tests project you have to set an environment variable called GTEST pointing to your gtest directory (e.g. C:\gtest-1.7.0), and if applicable restart your
+Visual Studio.
== Linking against CommonAPI