mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
cabcff4e20a95a15dd560e574dd6cb7e4d024158
the executables with UPX. The problem is actually a bug in UPX, but it's still worth working-around it by using LANG_NEUTRAL for icons in bootloader. git-svn-id: http://svn.pyinstaller.org/trunk@278 8dd32b29-ccff-0310-8a9a-9233e24343b1
PyInstaller version 1.0
Use:
see doc/Tutorial.txt
Installation in brief:
Non-Windows users should:
cd to source/linux
python Make.py
make
Everyone should:
python Configure.py
python Makespec.py /path/to/yourscript.py /path/for/specfile.spec
python Build.py /path/for/specfile.spec
.done.
Major changes in this release:
* __write_changes_here__
* many bug fixes.
Description
Languages
Python
55.3%
C
44.6%