py-level-windows compile
levelDB 의 python wrapper 인 py-level-windows 를 compile 해 보자. (ref. 2)
README.md 에 나와 있는 대로 하면 되는데, 자세하게 적혀있지 않아서 여기서 조금 자세히 적어본다.
여기서는 Visual Studio Express 2013 with Update 5 를 사용하였다.
절차
대략적인 절차는 아래와 같다.
python 27 의 path : c:\Python27
python 27 의 path : c:\Python27
- open leveldb_ext.sln
- Solution configuration 을 Release x64 로 변경
- Project > Properties > Configuration Properties > VC++ Directories > Include Directories 에 c:\Python27\Include 를 추가 (Python.h 를 위해)
- Project > Properties > Configuration Properties > Linker > General > Additional Library Directories 에 c:\Python27\libs 를 추가(python27.lib 를 위해)
- Build > Build Solution
- <source_root>\x64\Release\leveldb.pyd 를 c:\Python27\Lib\site-packages\leveldb.pyd 로 copy
Teşekkürler :)
답글삭제Rica ederim!
삭제If you want to download the compiled file https://drive.google.com/file/d/0B0uIHB_LNBbLMHhPZm93c1JOWWs/view
답글삭제