mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
1. src/net tests abstracted into XIPH_NET macro. We should do the same for src/thread, but it's a little more complicated - it will have to interact with the caller (eg some apps may want --disable-threads) 2. uintxx_t, socklen_t tests encapsulated, moved to xiph_types.m4 3. solaris fixes for socket func, nanosleep detection 4. added $LIBS to SHOUT_LIBS for *-config scripts. Good or bad idea? We'll definitely need a libshout beta 2. svn path=/trunk/m4/; revision=5005 |
||
---|---|---|
admin | ||
conf | ||
doc | ||
m4 | ||
src | ||
web | ||
win32 | ||
.cvsignore | ||
acconfig.h | ||
acinclude.m4 | ||
AUTHORS | ||
autogen.sh | ||
configure.in | ||
COPYING | ||
HACKING | ||
Makefile.am | ||
NEWS | ||
README | ||
TODO |
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.