diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 09:06:59 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 09:06:59 +0200 |
commit | 4ea2cc3bd4a7d9b1c54a9d33e6a1cf82e7c8c21d (patch) | |
tree | d2e54377d14d604356c86862a326f64ae64dadd6 /INSTALL |
Imported Upstream version 0.18.1upstream/0.18.1
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,27 @@ + + Shotwell Installation + --------------------- + + To build and install Shotwell, type the following commands: + + $ ./configure + $ make + $ make install + + * By default, Shotwell will install under /usr/local. The configure script + can customize the prefix directory. Run ./configure --help for + instructions and other installation options. + + * You may need to execute "make install" as root (i.e. sudo make install) + if installing to system directories. + + * If you wish to try Shotwell before installing it, you may execute it + directly from its build directory. Note that certain desktop integration + (such as being listed in an application menu) requires full installation. + + Once installed, Shotwell will be available on your desktop Applications + menu under Graphics or Photography. + + + Copyright 2009-2014 Yorba Foundation + |