Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s17chironscriprt authored and lopsd07 committed Mar 13, 2013
1 parent b7ceb67 commit cb27921
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
55 changes: 54 additions & 1 deletion README.md
@@ -1,4 +1,57 @@
WinZlog
=======

Zlog on Windows
Zlog on Windows

在zlog Linux版https://github.com/HardySimpson/zlog
和Windows上的移植https://github.com/pattheaux/zlog
的基础上使用VS2010建立的完整工程。

Release文件夹下有VS2010编译生成的.lib和.dll及zlog头文件可以根据zlog文档直接在使用。


依赖两个库
Requires the glob function from the Unixem project:
http://synesis.com.au/software/unixem.html
Requires the pthreads-win32 library:
http://sources.redhat.com/pthreads-win32/

工程目录
├─extlib 依赖的两个库
│ ├─Pre-built.2
│ │ ├─dll
│ │ │ ├─x64
│ │ │ └─x86
│ │ ├─include
│ │ └─lib
│ │ ├─x64
│ │ └─x86
│ └─unixem-1.9.1
│ ├─build
│ ├─doc
│ │ └─html
│ │ └─1.9.1
│ ├─include
│ ├─include_error
│ ├─lib
│ ├─src
│ │ └─internal
│ └─test
├─Release VS2010编译生成的.lib和.dll及zlog头文件
│ ├─demo
│ ├─dll
│ ├─head
│ └─lib
├─test 测试工程
│ ├─Debug
│ └─Release
└─zlog VS2010工程
├─Debug
├─dll
├─doc
├─lib
├─Release
├─src
├─test
└─tools

Binary file modified zlog/zlog.suo
Binary file not shown.

0 comments on commit cb27921

Please sign in to comment.