[컴] py-levelDB Windows 7 에서 compile 하기



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
  1. open leveldb_ext.sln
  2. Solution configuration 을 Release x64 로 변경
  3. Project > Properties > Configuration Properties > VC++ Directories > Include Directories 에 c:\Python27\Include 를 추가 (Python.h 를 위해)
  4. Project > Properties > Configuration Properties > Linker > General > Additional Library Directories 에 c:\Python27\libs 를 추가(python27.lib 를 위해)
  5. Build > Build Solution
  6. <source_root>\x64\Release\leveldb.pyd 를 c:\Python27\Lib\site-packages\leveldb.pyd 로 copy




Reference





댓글 3개:

  1. If you want to download the compiled file https://drive.google.com/file/d/0B0uIHB_LNBbLMHhPZm93c1JOWWs/view

    답글삭제