mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 22:02:59 +02:00
...
This commit is contained in:
parent
a1f0c360e7
commit
f8940541cf
1 changed files with 3 additions and 5 deletions
|
|
@ -438,11 +438,9 @@ netifaces
|
|||
|
||||
Download the source tarball from http://alastairs-place.net/projects/netifaces/
|
||||
|
||||
Rename netifaces.c to netifaces.cpp and make the same change in setup.py
|
||||
|
||||
Run::
|
||||
python setup.py build
|
||||
cp `find build/ -name *.pyd` /cygdrive/c/Python27/Lib/site-packages/
|
||||
cp `find build/ -name '*.pyd'` /cygdrive/c/Python27/Lib/site-packages/
|
||||
|
||||
|
||||
psutil
|
||||
|
|
@ -453,7 +451,7 @@ Download the source tarball
|
|||
Run
|
||||
|
||||
Python setup.py build
|
||||
cp -r build/lib.win32-*/* /cygdrive/c/Python27/Lib/site-packages/
|
||||
cp -r build/lib.win*/* /cygdrive/c/Python27/Lib/site-packages/
|
||||
|
||||
easylzma
|
||||
----------
|
||||
|
|
@ -470,7 +468,7 @@ chmlib
|
|||
|
||||
Download the zip source code from: http://www.jedrea.com/chmlib/
|
||||
Run::
|
||||
cd src && unzip ./ChmLib-ds6.zip
|
||||
cd src && unzip ../ChmLib-ds6.zip
|
||||
Then open ChmLib.dsw in Visual Studio, change the configuration to Release
|
||||
(Win32|x64) and build solution, this will generate a static library in
|
||||
Release/ChmLib.lib
|
||||
|
|
|
|||
Loading…
Reference in a new issue