README.windows 983 B

1234567891011121314151617181920212223242526
  1. This project has begun being ported to Windows. A working solution
  2. file exists in this directory:
  3. google-glog.sln
  4. You can load this solution file into VC++ 9.0 (Visual Studio
  5. 2008). You may also be able to use this solution file with older
  6. Visual Studios by converting the solution file.
  7. Note that stack tracing and some unittests are not ported
  8. yet.
  9. You can also link glog code in statically -- see the example project
  10. libglog_static and logging_unittest_static, which does this. For this
  11. to work, you'll need to add "/D GOOGLE_GLOG_DLL_DECL=" to the compile
  12. line of every glog's .cc file.
  13. I have little experience with Windows programming, so there may be
  14. better ways to set this up than I've done! If you run across any
  15. problems, please post to the google-glog Google Group, or report
  16. them on the google-glog Google Code site:
  17. http://groups.google.com/group/google-glog
  18. https://github.com/google/glog/issues
  19. -- Shinichiro Hamaji
  20. Last modified: 23 January 2009