1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00
ezstream/win32/README.win32
moritz b87b03f2d6 More, rather evil Windows stuff. This is about as far as I'm willing to go for
now. Volunteers willing to take all this Windows stuff off my hands are very
welcome. ;-)


git-svn-id: https://svn.xiph.org/trunk/ezstream@12621 0101bb08-14d6-0310-b084-bc0e0c8e3800
2007-03-03 20:20:40 +00:00

57 lines
2.3 KiB
Plaintext

README.win32 - Information about the binary Ezstream distribution for Windows
=============================================================================
1. .ZIP Archive Contents
------------------------
| File | Description |
+======================================================================+
| \README.txt | This file. |
+-----------------------+----------------------------------------------+
| \ezstream.1.html | The ezstream manual in HTML format. It is |
| | automatically generated and looks very bad, |
| | but should be readable enough to be useful. |
+-----------------------+----------------------------------------------+
| \bin\ezstream.exe | The ezstream executable file. |
+-----------------------+----------------------------------------------+
| \bin\*.dll | .DLL libraries required by ezstream. These |
| | need to be located in the same directory as |
| | the ezstream.exe executable. |
+-----------------------+----------------------------------------------+
| \conf\*.xml | Ezstream example configuration files. |
+-----------------------+----------------------------------------------+
2. Installation
---------------
As of version 0.3.0, ezstream no longer comes with an installer. If you have a
previous version of ezstream installed, you might want to simply uninstall it.
The ezstream.exe file will simply work as long as libxml2.dll, iconv.dll and
zlib.dll are located in the same directory.
To install ezstream, simply copy the contents of the \bin directory in this
archive to a location of your choosing.
3. Source code
--------------
Ezstream uses libxml2 (http://xmlsoft.org/, BSD-like license), libogg and
libvorbis (http://www.vorbis.com/, BSD-like license) and libshout
(http://www.icecast.org/, LGPL licensed). Also, libxml2 depends on zlib
(http://zlib.net/, BSD-like license) and libiconv
(http://www.gnu.org/software/libiconv/, LGPL licensed.)
Ezstream itself is licensed under the GPL (see COPYING.txt), with the source
code available at http://www.icecast.org/ezstream.php in the distribution
tarball (.tar.gz).