summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 9f69f84d7e66310e5fd2f0d8960e913fab71b729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

    Shotwell Installation
    ---------------------

    To build and install Shotwell, type the following commands:

    $ meson build
    $ ninja -C build
    $ Optional: ninja -C build install

    * By default, Shotwell will install under /usr/local.  The configure script
      can customize the prefix directory.  Run meson build configure  for
      instructions and other installation options.

    * You may need to execute "ninja -C build install" as root
      (i.e. sudo ninja -C build 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 2016 Software Freedom Conservancy Inc.