2.2 Install Prerequisite Packages

Before we proceed with the package source code installation process make sure all required packages are indeed downloaded in the /usr/local directory of the HTPC system.
After issuing the following commands you should be able to see all your packages, some in red letters and others in white
DarkStar:~#cd /usr/local
DarkStar:/usr/local#ls

So lets get started with the installation process of each individual package:
  • Install the downloaded proprietary NVidia driver by issuing the following command
    DarkStar:/usr/local#sh NVIDIA-Linux-x86-260.19.44.run
    ** Make sure to change the 260.19.44 part of the filename to reflect your downloaded driver version and also to follow up the driver installation intuitive instructions

  • Install the NVidia include files package
    DarkStar:/usr/local#installpkg nvidia-includes-260.19.21-i686-1km.tgz
    ** In case the file extension of the package name has been altered to .gz from .tgz by "links" rename the file first as shown bellow and then try again the previous command
    DarkStar:/usr/local#mv installpkgnvidia-includes-260.19.21-i686-1km.gz nvidia-includes-260.19.21-i686-1km.tgz

  • Install liba52
    DarkStar:/usr/local#tar -zxvf a52dec-0.7.4.tar.gz
    DarkStar:/usr/local#cd a52dec-0.7.4
    DarkStar:/usr/local/a52dec-0.7.4#./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var;make -j3;make install

  • Install Avahi
    DarkStar:/usr/local#tar -zxvf avahi-0.6.28.tar.gz
    DarkStar:/usr/local#cd avahi-0.6.28
    DarkStar:/usr/local/avahi-0.6.28#./configure --disable-qt3 --disable-gtk3 --disable-pygtk --disable-mono --prefix=/usr --sysconfdir=/etc --localstatedir=/var;make -j3;make install

  • Install enca
    DarkStar:/usr/local#tar -zxvf enca-1.13.tar.gz
    DarkStar:/usr/local#cd enca-1.13
    DarkStar:/usr/local/enca-1.13#./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var;make -j3;make install

  • Install faac
    DarkStar:/usr/local#tar -zxvf faac-1.28.tar.gz
    DarkStar:/usr/local#cd faac-1.28
    DarkStar:/usr/local/faac-1.28#./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var;make -j3;make install

  • Install faad2
    DarkStar:/usr/local#tar -zxvf faad2-2.7.tar.gz
    DarkStar:/usr/local#cd faad2-2.7
    DarkStar:/usr/local/faad2-2.7#./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var;make -j3;make install

  • Install libass
    DarkStar:/usr/local#tar -jxvf libass-0.9.6.tar.bz2
    DarkStar:/usr/local#cd libass-0.9.6
    DarkStar:/usr/local/libass-0.9.6#./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var;make -j3;make install

  • Install libdaemon
    DarkStar:/usr/local#tar -zxvf libdaemon-0.14.tar.gz
    DarkStar:/usr/local#cd libdaemon-0.14
    DarkStar:/usr/local/libdaemon-0.14#./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var;make -j3;make install

  • Install libmicrohttpd
    DarkStar:/usr/local#tar -zxvf libmicrohttpd-0.4.6.tar.gz
    DarkStar:/usr/local#cd libmicrohttpd-0.4.6
    DarkStar:/usr/local/libmicrohttpd-0.4.6#./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var;make -j3;make install

  • Install libmms
    DarkStar:/usr/local#tar -zxvf libmms-0.6.tar.gz
    DarkStar:/usr/local#cd libmms-0.6
    DarkStar:/usr/local/libmms-0.6#./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var;make -j3;make install

  • Install libmodplug
    DarkStar:/usr/local#tar -zxvf libmodplug-0.8.7.tar.gz
    DarkStar:/usr/local#cd libmodplug-0.8.7
    DarkStar:/usr/local/libmodplug-0.8.7#./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var;make -j3;make install

  • Install libmpeg2
    DarkStar:/usr/local#tar -zxvf libmpeg2-0.5.1.tar.gz
    DarkStar:/usr/local#cd libmpeg2-0.5.1
    DarkStar:/usr/local/libmpeg2-0.5.1#./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var;make -j3;make install



« Previous12

No comments: