mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
3f09b1e5bfcfba5c3fe0d36289fb9c54e4d5a7d6
In [128], Make.py was changed to generate a Makefile which links against the dynamic library of Python. This looks like a mistake, since the distribution than depends on libpythonX.X.so. I changed it back, so that it still uses syconfig to extract the correct path of the static library. The problem now appears to be that not all distributions include a static library... git-svn-id: http://svn.pyinstaller.org/trunk@297 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
python Build.py /path/to/yourscript.spec
.done.
Major changes in this release:
* __write_changes_here__
* many bug fixes.
Description
Languages
Python
55.3%
C
44.6%