1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-02-02 15:07:36 -05:00
Go to file
brendan a66ba595c9 Irix portability fixes:
1. Don't define _XOPEN_SOURCE, at least with GCC. As ALWAYS, this macro undefines
   a lot of the symbols we need. As of libshout 2.1, this define will be moved
   into the "if not $GCC" category so we don't have to deal with it so often.
2. Irix defines inet_pton but not sockaddr_storage. We could fake it by using
   an in6 structure, but why bother? Just don't check for inet_pton unless
   we have struct sockaddr_storage.

svn path=/trunk/m4/; revision=5087
2003-07-07 03:40:00 +00:00
admin Fix critical TODO item 1 (make install) 2003-06-17 21:10:56 +00:00
conf Whoops! make install could overwrite an existing icecast.xml. 2003-06-20 04:01:31 +00:00
doc
m4 Irix portability fixes: 2003-07-07 03:40:00 +00:00
src MAX may be defined elsewhere 2003-07-07 03:37:23 +00:00
web Fix critical TODO item 1 (make install) 2003-06-17 21:10:56 +00:00
win32
.cvsignore
acconfig.h
acinclude.m4
AUTHORS
autogen.sh
configure.in Another net change, making it more bullet-proof, before could silently miss 2003-06-06 00:05:19 +00:00
COPYING
HACKING
Makefile.am Fix critical TODO item 1 (make install) 2003-06-17 21:10:56 +00:00
NEWS Fix critical TODO item 1 (make install) 2003-06-17 21:10:56 +00:00
README
TODO updates 2003-07-02 19:47:44 +00:00

Icecast2 alpha 1.

This is an alpha release. Not all functionality is fully implemented, though
we believe it to be very stable for all the currently available features.

It is known to build on linux and win32, and should be easily ported to other
unix platforms (we expect this will require some autoconf work, though).

Run
   ./configure
   make
   make install

To build and install this release.

Documentation is mostly missing at this point. The example config file should
explain most of the features available (but note that the directory services
are not yet available). 

Please email us at icecast@xiph.org or icecast-dev@xiph.org, or come and see
us at irc.xiph.org, channel #icecast, if you have any troubles.