From 5e9f4eea451a77ba3b93db3747841ed2bd969e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 14:09:20 +0200 Subject: New upstream version 0.30.1 --- INSTALL | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 3fd6efa..9f69f84 100644 --- a/INSTALL +++ b/INSTALL @@ -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 -- cgit v1.2.3