documentation
- Installation
- Configuration
- basic
- device settings
- virtual container layout
Installation : Linux
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
configure the source
$ ./configure
You can check available configure options
$ ./configure --help
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