To install the supervisor, follow the next steps:
\1. Get the source code:
git clone git://git.code.sf.net/p/sc-rex/code sc-rex-code
\2. Build and install supervisor and libraries:
cd sc-rex-code make make install
Note: you can only specify a directory where the binaries must be installed, by typing
make TARGET_DIR=/absolute/path/ install