Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we use zlog on windows platform or arm platform. #9

Closed
leehuoche opened this issue Aug 27, 2021 · 1 comment
Closed

Can we use zlog on windows platform or arm platform. #9

leehuoche opened this issue Aug 27, 2021 · 1 comment

Comments

@leehuoche
Copy link

Our program runs on both windows platform and Linux platform . I wonder if zlog can support windows platform . It will be better if zlog can be compiled by visual studio .

@zma
Copy link
Owner

zma commented Aug 28, 2021

Unfortunately no support for Windows so far.

The library itself is simple having a .c and a .h file. But some of the header/libraries are targeting Linux/Unix only. e.g.

#include <unistd.h>
#include <pthread.h>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants