1To build flac123, you need the following libraries:
2
3	libao available at http://www.xiph.org/ao/
4	FLAC available at http://flac.sourceforge.net/
5
6All you need to do is:
7
8	# ./configure
9	# make
10	# make install
11