#                                      
#                        How to install sc68 for xmms.
#                                      
#                          Quick installation notes
#                                      
#                                  Good luck
#                                      
#                         BeN(jamin) Gerard / sashipa
#                                      
#                                     AKA
#                                      
#                              ben / Overlanders
#                                      
#                          e-mail : ben@sashipa.com

#
# I did not test these commands, be careful before doing anything !!!
#


# As user
# -------
#
# Extract distrib somewhere ( /tmp )
#
#  > mv {where-the-archive-is}/sc68-linux-binary.tgz /tmp
#  > cd /tmp
#  > tar xzvf sc68-linux-beta.tgz
#  > cd distrib
#
# Install Resource in your home directory:
#
#  > mv Resource $(HOME)/.sc68
#
#  Be sure files are ours :  
#
#  > chown -R `id -un`.`id -gn` $(HOME)/.sc68 
#

# As root
# -------
# 
# Install all my libraries (currently only emu68 io68 and all68 should be Ok)
#
#  > mv lib/* /usr/local/lib
#
# Install xmms input pluggin :
#
#  > mv xmms/Input/* /usr/local/lib/xmms/Input
#
# Setup run-time link binding for dynamic libraries:
#
#  > ldconfig
#
