summaryrefslogtreecommitdiffstats
path: root/thirdparty/glog/glog-0.3.5/README.windows
diff options
context:
space:
mode:
authorcharan makkina <charan795m@gmail.com>2019-04-30 17:40:53 +0530
committercharan makkina <charan795m@gmail.com>2019-05-20 18:14:40 +0530
commita826fe833d3f2a8fe2673fa05811fe1a22baf045 (patch)
treeda11a17c46ca9b8a002a52a290628574fa3f5eda /thirdparty/glog/glog-0.3.5/README.windows
parent3e6bf7b64eea418c59959c18750261b815b2892c (diff)
Feature: 19.04 part 1
Change-Id: Ibba924b8deca1f246b9dcb12d89d085b6fd33046 Signed-off-by: charan makkina <charan795m@gmail.com>
Diffstat (limited to 'thirdparty/glog/glog-0.3.5/README.windows')
-rw-r--r--thirdparty/glog/glog-0.3.5/README.windows26
1 files changed, 26 insertions, 0 deletions
diff --git a/thirdparty/glog/glog-0.3.5/README.windows b/thirdparty/glog/glog-0.3.5/README.windows
new file mode 100644
index 0000000..dbeef32
--- /dev/null
+++ b/thirdparty/glog/glog-0.3.5/README.windows
@@ -0,0 +1,26 @@
+This project has begun being ported to Windows. A working solution
+file exists in this directory:
+ google-glog.sln
+
+You can load this solution file into VC++ 9.0 (Visual Studio
+2008). You may also be able to use this solution file with older
+Visual Studios by converting the solution file.
+
+Note that stack tracing and some unittests are not ported
+yet.
+
+You can also link glog code in statically -- see the example project
+libglog_static and logging_unittest_static, which does this. For this
+to work, you'll need to add "/D GOOGLE_GLOG_DLL_DECL=" to the compile
+line of every glog's .cc file.
+
+I have little experience with Windows programming, so there may be
+better ways to set this up than I've done! If you run across any
+problems, please post to the google-glog Google Group, or report
+them on the google-glog Google Code site:
+ http://groups.google.com/group/google-glog
+ https://github.com/google/glog/issues
+
+-- Shinichiro Hamaji
+
+Last modified: 23 January 2009