calibre/installer/cx_Freeze
2008-12-11 22:14:54 -08:00
..
cx_Freeze Switch linux build to using python 2.6 and cx_Freeze 2008-12-11 22:14:54 -08:00
initscripts Switch linux build to using python 2.6 and cx_Freeze 2008-12-11 22:14:54 -08:00
samples Switch linux build to using python 2.6 and cx_Freeze 2008-12-11 22:14:54 -08:00
source Switch linux build to using python 2.6 and cx_Freeze 2008-12-11 22:14:54 -08:00
cxfreeze Switch linux build to using python 2.6 and cx_Freeze 2008-12-11 22:14:54 -08:00
HISTORY.txt Switch linux build to using python 2.6 and cx_Freeze 2008-12-11 22:14:54 -08:00
LICENSE.txt Switch linux build to using python 2.6 and cx_Freeze 2008-12-11 22:14:54 -08:00
MANIFEST.in Switch linux build to using python 2.6 and cx_Freeze 2008-12-11 22:14:54 -08:00
PKG-INFO Switch linux build to using python 2.6 and cx_Freeze 2008-12-11 22:14:54 -08:00
README.txt Switch linux build to using python 2.6 and cx_Freeze 2008-12-11 22:14:54 -08:00
setup.py Switch linux build to using python 2.6 and cx_Freeze 2008-12-11 22:14:54 -08: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