diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2010-03-18 19:36:58 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2010-03-18 19:36:58 +0100 |
commit | f02e64423e722b7b4f266464132f07440657e2ad (patch) | |
tree | 3da6f406ec2560083a61e320247cadd9d95c803e /doc/developers.rst | |
parent | 168fcd9dbce29165315b6514c49377493879b8ba (diff) | |
parent | 5c1ff43d5cffeee31cec7e6eb3c6125e319ede70 (diff) | |
download | pyexiv2-f02e64423e722b7b4f266464132f07440657e2ad.tar.gz |
Merged the master branch.
Diffstat (limited to 'doc/developers.rst')
-rw-r--r-- | doc/developers.rst | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/developers.rst b/doc/developers.rst index 8bf39bd..b6fe88b 100644 --- a/doc/developers.rst +++ b/doc/developers.rst @@ -68,8 +68,16 @@ the build directory:: osomon@granuja:~/dev/pyexiv2$ ls build/ exiv2wrapper.os exiv2wrapper_python.os libexiv2python.so -To install pyexiv2, just invoke ``scons install``. You will most likely need -administrative privileges to proceed. +To install pyexiv2 system-wide, just invoke ``scons install``. +You will most likely need administrative privileges to proceed. +The ``--user`` switch will install pyexiv2 in the current +`user site directory <http://www.python.org/dev/peps/pep-0370/>`_ +(Python ≥ 2.6 is required). + +Note to packagers: +if `DESTDIR <http://www.gnu.org/prep/standards/html_node/DESTDIR.html>`_ is +specified on the command line when invoking ``scons install``, its value will be +prepended to each installed target file. Documentation ############# |