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

Install on windows #3

Open
zbynekwinkler opened this issue Mar 16, 2014 · 0 comments
Open

Install on windows #3

zbynekwinkler opened this issue Mar 16, 2014 · 0 comments

Comments

@zbynekwinkler
Copy link

I have a working whell of the cdb module for windows and python 2.7. The prerequisite is working mingw installation. The steps I had to take are:

  1. remove O_NDELAY from from open_read
  2. include fsync implementation
  3. compile and install https://code.google.com/p/mman-win32/ to get implementation for <sys/mman.h>
  4. add extra_link_args=['-lmman'] to Extension in setup.py
  5. change first param in setup.py Extension from cdbmodule to cdb

I am willing to help with the integration if there is an interest.

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

1 participant