mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
48031ea8e2ee7b90de278b2b8610a3bfbc7a716d
to the binary files being packaged. mtime works well for binary files being compiled each time, but it is prone to be broken for other patterns of usages. For instance, switching between different versions of a third-party library (eg: wxPython) was totally broken without this fix, as only the newer binary file was being packaged, not the current one. git-svn-id: http://svn.pyinstaller.org/trunk@314 8dd32b29-ccff-0310-8a9a-9233e24343b1
_PyInstaller 1.3_
=================
Use
===
See doc/Tutorial.txt
Installation in brief
=====================
Non-Windows users should:
cd source/linux
python ./Make.py
make
Everyone should:
python Configure.py
python Makespec.py /path/to/yourscript.py
python Build.py /path/to/yourscript.spec
.done.
Major changes in this release
=============================
See doc/CHANGES.txt
Description
Languages
Python
55.3%
C
44.6%