mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
13 lines
285 B
Plaintext
13 lines
285 B
Plaintext
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
|
|
|