mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
31cfe9658f
commit
3735cc21cb
@ -97,12 +97,11 @@ Install tortoise svn from http://tortoisesvn.net/downloads.html
|
|||||||
|
|
||||||
Get a customized version of python that compiles with VS 2015, like this::
|
Get a customized version of python that compiles with VS 2015, like this::
|
||||||
|
|
||||||
git clone git@github.com:kovidgoyal/cpython.git
|
git clone https://github.com/kovidgoyal/cpython.git && cd cpython && git checkout 2.7
|
||||||
git checkout 2.7
|
|
||||||
|
|
||||||
PlatformToolset below corresponds to the version of Visual Studio, here 2015 (14.0)
|
PlatformToolset below corresponds to the version of Visual Studio, here 2015 (14.0)
|
||||||
We create externals/nasm-2.11.06 below so that the python build script does not
|
We create externals/nasm-2.11.06 below so that the python build script does not
|
||||||
try to download its own nasm ans uses the one we installed above (the python
|
try to download its own nasm instead using the one we installed above (the python
|
||||||
build script fails to mark its nasm as executable, and therefore errors out)
|
build script fails to mark its nasm as executable, and therefore errors out)
|
||||||
|
|
||||||
First run::
|
First run::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user