summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-08-20 15:11:08 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-08-20 15:11:08 +0200
commitcb612a12b952e349b96d427645aaeb55d15f509a (patch)
treef29298f41d2a7ea2a976616243aca64c2c2547ce /INSTALL
parente7be93745e4a2ff3aa255227bef7b9d3b733aafa (diff)
parent143bfc9f801c84428074312d661f8e08803df83b (diff)
Merge tag 'upstream/0.23.5'
Upstream version 0.23.5
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index dd54ec7..3fd6efa 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,14 +4,15 @@
To build and install Shotwell, type the following commands:
+ $ [ -f configure ] || ./autogen.sh
$ ./configure
$ make
- $ make install
+ $ Optional: make install
* By default, Shotwell will install under /usr/local. The configure script
can customize the prefix directory. Run ./configure --help 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.