Codebase list create-resources / fresh-snapshots/main INSTALL
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

INSTALL @fresh-snapshots/mainraw · 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).