documentation
- Installation
- Configuration
- basic
- device settings
- virtual container layout
Installation : BSD
Warning:
fuppes 0.7.1 has a bug that leads to a compilation error on FreeBSD (not sure about other BSDs). It is fixed in svn but till the next release you have to patch the 0.7.1 sources yourself.
Sorry for the inconvenience!
install from source
get the latest fuppes sources, unpack them and change in the fuppes directory
$ tar -xvzf fuppes-0.x.tar.gz
$ cd fuppes-0.x
patch the 0.7.1 sources
$ wget http://fuppes-svn.ulrich-voelkel.de/patches/fuppes-0.7.1-freebsd.diff
$ patch -p 1 -i fuppes-0.7.1-freebsd.diff
configure the source
$ ./configure
the following configure options are availabe
--disable-transcoding
./configure will not look for any transcoding libraries
--disable-lame
disable LAME support
--disable-twolame
disable TwoLAME support
--enable-default-http-port=PORT
HTTP server will listen on port "PORT" instead of using a random port.
Port remains changeable via config.
--enable-libnotify
use libnotify if available
when configuration is finished simply run
$ make
to install fuppes run (as root)
$ su -
# make install
or
$ sudo make install