1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
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).
|