summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 7724a82..406e07e 100644
--- a/README
+++ b/README
@@ -56,6 +56,10 @@ If the environment variable GTEST_CONFIG is set to the path of the gtest-config
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.
+Information for building of gtest:
+Download gtest from https://code.google.com/p/googletest/ e.g. gtest-1.7.0.zip
+Unpack the archiv into a directory
+Open the solution gtest-md.sln with Visual Studio 2013 and build gtest
== Linking against CommonAPI