Fedora and Red-Hat RPM-Based Setup¶
Fedora 16¶
To build the dSS on a recent Fedora system run the following command to install the dependencies provided as RPM packages:
yum install gcc-g++ cmake git-core \
libxml2-devel \
libical-devel \
poco-devel \
boost-devel \
openssl-devel \
gsoap-devel \
rrdtool-devel \
js-devel \
avahi-devel \
python-lxml
If you like to build the documentation you'll need
yum install doxygen
as well.
Tools for building website¶
sprocketize¶
If you're planning to modify the built-in webpages you'll need to install sprockets and rake:
yum install rubygems gem install rake sprockets echo 'export PATH=$PATH:/var/lib/gems/1.8/bin/' >> ~/.bashrc source ~/.bashrc
yoke¶
Alternatively since dss-websrc release 1.3.0 you can use yoke from
http://blog.angeloff.name/post/3465035915/yoke-a-drop-in-quick-and-dirty-alternative-to.