PicoXINE: The (really tiny) Xine implementation for audio event playback in KDE/Gnome
(C) 2006 by Arturo MANN <arturo.mann@gmail.com>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
  
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

Version 0.0.3: May 25, 2006
==Requirements==
* This program should compile under any *NIX os, it was built and tested under Linux 2.6.16  with GCC 3.4.6
* Xine (libxine) (should work with any version)
* For Package-based distros, (Ubuntu, Debian, Xandros, Mandriva.. etc) libxine-dev and libc6-dev are required.
==Install==
1. Compile the software:
sh build.sh
2. Install the software:
=Under Distros which use su (i.e. Gentoo)=
su
cp picoxine (path-to-your-binaries, usually /usr/bin).
For example:
cp picoxine /usr/bin

=Under Distros which use sudo (i.e. Debian, or OSX)=
sudo cp picoxine (path-to-your binaries, usually /usr/bin). 
For example:
sudo cp picoxine /usr/bin

