mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 23:25:37 +01:00
...
This commit is contained in:
parent
e3a8958c1d
commit
1915bb64cd
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ Install git for windows from https://git-scm.com/download/win
|
|||
|
||||
Get a customized version of python that compiles with VS 2015, like this::
|
||||
|
||||
git clone https://github.com/kovidgoyal/cpython.git && cd cpython && git checkout 2.7
|
||||
git clone --depth 1 https://github.com/kovidgoyal/cpython.git && cd cpython && git checkout 2.7
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue