calibre/setup/installer/cx_Freeze
2009-09-09 16:04:51 -06:00
..
cx_Freeze Installer building ported to new setup framework 2009-09-09 16:04:51 -06:00
initscripts Installer building ported to new setup framework 2009-09-09 16:04:51 -06:00
samples Installer building ported to new setup framework 2009-09-09 16:04:51 -06:00
source Installer building ported to new setup framework 2009-09-09 16:04:51 -06:00
cxfreeze Installer building ported to new setup framework 2009-09-09 16:04:51 -06:00
HISTORY.txt Installer building ported to new setup framework 2009-09-09 16:04:51 -06:00
LICENSE.txt Installer building ported to new setup framework 2009-09-09 16:04:51 -06:00
MANIFEST.in Installer building ported to new setup framework 2009-09-09 16:04:51 -06:00
PKG-INFO Installer building ported to new setup framework 2009-09-09 16:04:51 -06:00
README.txt Installer building ported to new setup framework 2009-09-09 16:04:51 -06:00
setup.py Installer building ported to new setup framework 2009-09-09 16:04:51 -06:00

Please see cx_Freeze.html for documentation on how to use cx_Freeze.

To build:

python setup.py build
python setup.py install

On Windows I have used the MinGW compiler (http://www.mingw.org)

python setup.py build --compiler=mingw32
python setup.py build --compiler=mingw32 install