From ac019c24609b47d25233a9ae9d015179ef9765ec Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 11 Dec 2015 10:40:10 +0530 Subject: [PATCH] Dont create installers in build notes --- setup/installer/windows/notes.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup/installer/windows/notes.rst b/setup/installer/windows/notes.rst index f005d94894..f90c469cec 100644 --- a/setup/installer/windows/notes.rst +++ b/setup/installer/windows/notes.rst @@ -578,7 +578,8 @@ and copy it to windows. Run:: - python setup.py build - python setup.py -OO win32_freeze --no-ice + python setup.py build + python setup.py -OO win32_freeze --no-ice --no-installer -This will create the .msi in the dist directory. +This will create a relocatable calibre windows build in build/winfrozen. Simply +run build/winfrozen/calibre.exe to start calibre.