|
Julian
|
|
Post:
Sep 5th 2007 at 12:53 PM |
|
|
Hi,
i'm not sure if debian "stable" has all tuxguitar dependencies available at repositories to run the .deb version..
but you can download the .tar.gz binary version:
http://prdownloads.sourceforge.net/tuxguitar/TuxGuitar-0.9.1-linux-gtk-x86.tar.gz?download
you need only uncompress the file:
tar xfz TuxGuitar-0.9.1-linux-gtk-x86.tar.gz
and run:
cd TuxGuitar-0.9.1-linux-gtk-x86/
./tuxguitar
remember you need Java 1.5 or later installed.
exec "java -version" to know your java version at linux PATH.
if you have java1.5 installed, but you have another on your path, you can do:
export JAVA=/where_is_java1.5/bin/jar
./tuxguitar
|
|