sudo apt-get install ffmpeg build-essential \
libavutil-dev libavformat-dev libavcodec-dev \
subversion libtool libsqlite3-dev libpcre3-dev \
libxml2-dev libpcre3-dev pkg-config
Install fuppes from source
get the latest fuppes sources, unpack them and change in the fuppes directory
$ gunzip fuppes*
$ tar -xvf fuppes*
$ cd fuppes*
configure the source
$ ./configure
$ make
to install fuppes run (as root)
$ sudo make install
try and run it, you may get this error…
$ fuppes
fuppes: error while loading shared libraries: libfuppes.so.0: cannot open shared object file: No such file or directory
if so, run:
$ sudo ldconfig
Try again:
$ fuppes
Now go and configure the conf file.
No comments:
Post a Comment