Codebase list create-resources / lintian-fixes/main INSTALL
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

INSTALL @lintian-fixes/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).