mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
8baa7875fe117a1f3bb137cbe6275af18dbd6985
........ r467 | giovannibajo | 2008-05-21 16:24:06 +0200 (Wed, 21 May 2008) | 3 lines Fix a problem when using real-time hooks in the crypt branch (where there are two boostrap scripts: _boot.py and _mountzlib.py). ........ git-svn-id: http://svn.pyinstaller.org/trunk@544 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%