summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 6 insertions, 7 deletions
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