Changeset 722:4a4593780373 in roaraudio


Ignore:
Timestamp:
08/31/08 21:45:58 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added infos for maintainers, devs, about and build-reqs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r695 r722  
    55--- What is RoarAudio?: 
    66 
     7RoarAudio is a cross-platform sound system for both, home and professional use. 
     8It can be used to mix audio for output on a single-stream soundcard or to play 
     9audio over the network. 
     10 
    711--- Build: 
     12 
     13-- Build requirements: 
     14 
     15A POSIX system. 
     16 
     17You should install libesd and libao and maybe some codecs. 
     18For Debian you may use this command: 
     19apt-get install build-essential libesd0-dev libao-dev libfishsound1-dev libvorbis-dev libspeex-dev libshout3-dev libsndfile1-dev liboggz1-dev 
     20 
     21You should not install libdnet unless you want DECnet support compiled in. 
     22(will give strange error messages on non DECnet systems) 
     23 
     24-- How to build: 
    825 
    926 $ ./configure 
     
    1532 $ make 
    1633 
     34--- Writeing software for RoarAudio: 
     35 
     36See manpages: libroar(7) and roartut(7). 
     37You also sould read the examplecode in roarclients/*.c 
     38 
     39--- Writeing patches for this packet: 
     40 
     41See HACKING. 
     42 
     43--- Want to be a maintainer for your favorit OS?: 
     44 
     45See HACKING. 
     46 
    1747--- Tested platforms: 
    1848 
Note: See TracChangeset for help on using the changeset viewer.