58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
PYZ
---
Other users may wish to try the new Python archive (.PYZ) instead. Which
requires little installation and can be run asis:
python streamtuner-2.1.5.pyz
You could even make this Python ZIP executable, and copy it in your PATH.
Manual installation
-------------------
If you've checked out the source code repository, or did download the
*.src.txz archive, then you can just run it right there:
|
|
>
>
>
>
>
>
>
>
>
>
|
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
PYZ
---
Other users may wish to try the new Python archive (.PYZ) instead. Which
requires little installation and can be run asis:
python streamtuner2.pyz
You could even make this Python ZIP executable, and copy it in your PATH.
EXE
---
The Windows SFX package can meanwhile post-install Python and Gtk. It's
well-tested and even comes with an uninstaller.
The default path of "C:/" would create a standard Linux-esque C:/usr/bin
directory structure. But the package is relocatable, so allows to be
unpacked even under "c:\program files\st2\" or else.
Manual installation
-------------------
If you've checked out the source code repository, or did download the
*.src.txz archive, then you can just run it right there:
|
178
179
180
181
182
183
184
185
|
License
-------
Public Domain. (Unrestricted copying, modification, etc.)
If you wish you could thus redistribute it under a BSD/MIT
or even GNU-style license.
|
>
>
>
|
188
189
190
191
192
193
194
195
196
197
198
|
License
-------
Public Domain. (Unrestricted copying, modification, etc.)
If you wish you could thus redistribute it under a BSD/MIT
or even GNU-style license.
(!) Plugins that fall under other licenses always carry a
custom `# license: …` comment.
|