diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 14:09:20 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 14:09:20 +0200 |
commit | 5e9f4eea451a77ba3b93db3747841ed2bd969e9f (patch) | |
tree | 75046a38ca68975261d853a2e56ff7bf6b3e1daa /INSTALL | |
parent | 18b52c2983a1b3409011f72d27f15de576c5eb1c (diff) |
New upstream version 0.30.1upstream/0.30.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 |