forked from pyinstaller/pyinstaller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
68 lines (48 loc) · 1.45 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
=============
PyInstaller
http://www.pyinstaller.org
=============
Requirements
============
Python:
2.3 - 2.7 (Python 3 is not supported)
Windows (32bit/64bit):
* Windows XP or newer.
* pywin32 when using Python 2.6+
http://sourceforge.net/projects/pywin32/
Linux (32bit/64bit)
* ldd
- Console application to print the shared libraries required
by each program or shared library.
* objdump
- Console application to display information from object files.
Mac OS X (32/64bit):
* Mac OS X 10.4 (Tiger) or newer (Leopard, Snow Leopard, Lion).
Solaris (experimental)
* ldd
* objdump
AIX (experimental)
* AIX 6.1 or newer.
Python executables created using PyInstaller on AIX 6.1 should
work on AIX 5.2/5.3. PyInstaller will not work with statically
linked Python libraries which has been encountered in Python 2.2
installations on AIX 5.x.
* ldd
* objdump
Usage
=========
python pyinstaller.py /path/to/yourscript.py
For more details see doc/Manual.html
Installation in brief
=====================
1) Unpack the archive on you path of choice.
2) For Windows (32/64bit), Linux (32/64bit) and Mac OS X (32/64bit)
precompiled boot-loaders are available. So the installation is
complete.
For other platforms, users should first try to build the
boot-loader:
cd source
python ./waf configure build install
Major changes in this release
=============================
See doc/CHANGES.txt