mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
7500d720b68f88a7754675ff218a31d15eca5f94
https://svn.pyinstaller.python-hosting.com/branches/crypt ........ r465 | giovannibajo | 2008-05-21 15:30:21 +0200 (Wed, 21 May 2008) | 2 lines Ignore ".sconsign" ........ r532 | naufraghi | 2008-11-08 00:23:43 +0100 (Sat, 08 Nov 2008) | 1 line Add MacPython.org and MacPython.macports support ........ r533 | naufraghi | 2008-11-08 00:29:05 +0100 (Sat, 08 Nov 2008) | 1 line Run Configure continue only if the make is successful ........ r534 | naufraghi | 2008-11-08 00:32:00 +0100 (Sat, 08 Nov 2008) | 1 line Fix PyQt4 hooks ........ r535 | naufraghi | 2008-11-08 00:44:00 +0100 (Sat, 08 Nov 2008) | 1 line Do not compress any icon ........ r536 | naufraghi | 2008-11-08 00:51:07 +0100 (Sat, 08 Nov 2008) | 1 line Added support for multiple icons (by Giovanni) ........ r537 | naufraghi | 2008-11-08 00:55:17 +0100 (Sat, 08 Nov 2008) | 1 line Fix line endings ........ r538 | naufraghi | 2008-11-08 01:03:19 +0100 (Sat, 08 Nov 2008) | 1 line Pass wide-string command line through relaunch() to avoid losing information. (by Giovanni) ........ r539 | naufraghi | 2008-11-08 12:52:58 +0100 (Sat, 08 Nov 2008) | 1 line Line endings ........ r541 | naufraghi | 2008-11-09 10:08:19 +0100 (Sun, 09 Nov 2008) | 1 line Remove debug print ........ git-svn-id: http://svn.pyinstaller.org/trunk@545 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%