mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
d4b8c25600fab573ae84fb2e79cb5d3a5633c5aa
From: Anton Gyllenberg <anton@iki.fi> Convert some invocations of VS(), OTHERERROR() and FATALERROR() to use the newly introduced printf style format strings. Examples of invocations targetted for modification are cases multiple invocations could be handled by one invocation with format string and those that used a string buffer filled with strncpy() or the like. git-svn-id: http://svn.pyinstaller.org/trunk@330 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%