Codebase list create-resources / HEAD INSTALL
HEAD

Tree @HEAD (Download .tar.gz)

INSTALL @HEADraw · history · blame

INSTALLATION
=========

Use the following command to install shared resources:

$ sudo scons -Q install

Use PREFIX option to install to a directory other than /usr, e.g.:

$ sudo scons -Q install PREFIX=/opt

To uninstall run:

$ sudo scons -c -Q install

Use PREFIX option, if you installed shared resources to a directory other than /usr, e.g.:

$ sudo scons -c -Q install PREFIX=/opt

If you do not have /etc/sudoerc set up (recommended), either consider setting it up, or run 'su -' to become root and run these commands without 'sudo' (not recommended).