Ik heb tvtime gedownload van tvtime.net.
dit was een tarbal (tar.gz)
deze heb ik met succes gerund met
tar xfvz tvtime1.0.1.tar.gz
krijg ook output
in de install file staat
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
/home/user/tvtime-1.0# make install
heb het laatste stukje ook al uitgevoerd als:
sudo /home/user/tvtime-1.0# make install
heb dit uitgevoerd en de dollars en hekjes vervangen door .1
maar dit wil niet werken wat doe ik verkeerd?