diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-10-01 07:17:16 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-10-01 07:17:16 +0200 |
commit | 71137cc5832110d91599d68790402cf196762ed3 (patch) | |
tree | e7985bbfb6ca50ea738b38a9f852ee51431d48a7 /INSTALL | |
parent | 8ae550d463720d5d1c0e253af29843ff15de1a54 (diff) | |
parent | 1e92964463e564bb3359a7110342182fcfdc67f2 (diff) |
Merge branch 'release/debian/0.30.1-1'debian/0.30.1-1
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -4,17 +4,16 @@ To build and install Shotwell, type the following commands: - $ [ -f configure ] || ./autogen.sh - $ ./configure - $ make - $ Optional: make install + $ 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 ./configure --help for + can customize the prefix directory. Run meson build configure 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. + * 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 |