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

Windows support #15

Closed
aneutron opened this issue Jul 24, 2015 · 2 comments
Closed

Windows support #15

aneutron opened this issue Jul 24, 2015 · 2 comments

Comments

@aneutron
Copy link

Is the code for WDT platform independent ? Is it tweakable so it runs on windows ?

@ldemailly
Copy link
Contributor

WDT is intended to be portable but so far we only ensured it works on various Linux flavors and on MacOS (BSD'ish) - and we use mostly Posix APIs

We want to move system specific code in one place to facilitate porting - akin to RocksDB's "env" (though I'd rather call it System or something like that)

But for now it may work with just a couple define and tweaks to the CMake and WdtConfig.h.in

Do you want to give it a shot ?

@aneutron
Copy link
Author

Yeah, I'm no expert but I'm more than ready to have fun with it 😆 . I'll get back to you on that.

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

No branches or pull requests

2 participants