mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-19 04:26:03 +01:00
| .. | ||
| cx_Freeze | ||
| initscripts | ||
| samples | ||
| source | ||
| cxfreeze | ||
| HISTORY.txt | ||
| LICENSE.txt | ||
| MANIFEST.in | ||
| PKG-INFO | ||
| README.txt | ||
| setup.py | ||
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