Add support for automatically installing Girocco
[girocco.git] / INSTALL
blobb1cff9851dcb66f62e0f305f96937322a90b2dc2
1 FIRST, you need to configure Girocco:
2         * Edit Girocco/Config.pm
3         * Alternatively to above, copy over to and edit Girocc/Config2.pm and
4           run make and make install with GIROCCO_CONFIG=Girocco::Config2
5         * In case you use Group permission control, edit jobs/fixupcheck.sh
6         * In case you do not use chroot, edit update-hook too
8 THEN, do
10         make
12 which will do some preprocessing.
14         make install
16 will then install Girocco according to Girocco::Config (you might need to be
17 root, depending on the exact settings).