Linux 15.026 Themen, 107.015 Beiträge

TVTime

Gorgonski / 22 Antworten / Flachansicht Nickles

Hallo,

wieder mal eine Frage von mir. Wie installiert man tvtime unter Suse 10.3? Über die Paketverwaltung bzw. die übliche Softwareinstallation geht es irgendwie nicht. Bin Anfänger und hoffe auf Verständnis bzw. idiotensichere Erklärung falls ich es über die Konsole machen muss.

Grüsse, Rocco

http://www.anti-social.de
bei Antwort benachrichtigen
Gorgonski the_mic „Wieso lädst du umständlich irgendwelche Sachen runter statt einfach über Yast...“
Optionen

Hallo Mic,

ich habe die mitgelieferten Sachen installiert, aber die Progs funktionieren nicht so wie ich es will. (kdetv z.B. ohne Ton)
Da mehrfach tvtime positiv erwähnt wurde, wollte ich es noch auf diesen Versuch ankommen lassen.
Im Übrigen habe ich als Anfänger zwei Linux- Bücher gekauft, bin also nicht ganz so, wie Du es denkst.

So anbei die Readme zur Installation:


Installing tvtime
=================

This is the source code distribution of tvtime. tvtime has been
packaged for many popular Linux distributions. Please check our
download page on the tvtime website at http://tvtime.net/ to see if
there is a pre-packaged version of tvtime that you can use. Our
packaged versions have all been approved for quality by the tvtime
authors.

Compiling tvtime
================

tvtime includes a configure script to enable you to customize your
installation. By default, running configure without options will have
tvtime install itself and all required files under /usr/local. To
instead use paths according to the Filesystem Hierarchy Standard, we
recommend you run configure with these options:

~/tvtime-1.0$ ./configure --prefix=/usr --sysconfdir=/etc

This will have tvtime use /usr/bin for its executables,
/usr/share/tvtime for its data files, /etc/tvtime for its global
configuration files, and /usr/share/... for icons and menu entries.

Next, compile tvtime using make.

~/tvtime-1.0$ make

And then, install it as root.

~/tvtime-1.0$ su

http://www.anti-social.de
bei Antwort benachrichtigen