mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
...
This commit is contained in:
parent
a1f0c360e7
commit
f8940541cf
@ -438,11 +438,9 @@ netifaces
|
|||||||
|
|
||||||
Download the source tarball from http://alastairs-place.net/projects/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::
|
Run::
|
||||||
python setup.py build
|
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
|
psutil
|
||||||
@ -453,7 +451,7 @@ Download the source tarball
|
|||||||
Run
|
Run
|
||||||
|
|
||||||
Python setup.py build
|
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
|
easylzma
|
||||||
----------
|
----------
|
||||||
@ -470,7 +468,7 @@ chmlib
|
|||||||
|
|
||||||
Download the zip source code from: http://www.jedrea.com/chmlib/
|
Download the zip source code from: http://www.jedrea.com/chmlib/
|
||||||
Run::
|
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
|
Then open ChmLib.dsw in Visual Studio, change the configuration to Release
|
||||||
(Win32|x64) and build solution, this will generate a static library in
|
(Win32|x64) and build solution, this will generate a static library in
|
||||||
Release/ChmLib.lib
|
Release/ChmLib.lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user