Installation for users
======================

Step 1.
------

Install the package:

  rpm --install -vh serel-*.rpm

Step 2
------

Patch your /etc/rc.d/rc file.

  # Log in as root.
  cd /etc/rc.d
  cp rc rc.ok # make a copy
  patch -p0 rc < /usr/share/serel/redhat_rc_7_x.patch 

Voila!  Go ahead and reboot!

Notes
=====
serel caches the dependencies amongst your computer's services,
so that your computer boots even faster the second around.

To turn serel off (eg to compare boot times), edit /etc/sysconfig/serel.

For instructions on how to use serel, see the doc/ subdirectory
or the man pages.

Installation for serel developers
=================================

  # Obtain the source code (eg. http://www.fastboot.org/download.html)
  # Make sure your development environment has the required
  # packages installed (glib and redland) - see the web site for more details.

  gunzip serel-*.gz
  tar xvf serel-*.tar
  cd serel-*
  ./configure
  make
  make check
  make install

  mkdir /etc/serel /var/lib/serel
  cp data/*.rdf data/*.conf /etc/serel
  cp data/serel.sysconfig /etc/sysconfig/serel

  # ... and then patch your /etc/rc.d/rc as shown in the instructions
  # for rpm users.
