aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 92a1750..bb10952 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@ by an HTML server.
## Building
revela depends on GraphicsMagick (1.3+ tested) and libexif (0.6+ tested).
+Optionally also depends on scdoc, if you want to build the man pages.
After just cloning, just need to execute this once:
@@ -14,16 +15,22 @@ After just cloning, just need to execute this once:
git submodule update --init --recursive
```
-Then you can proceed to build:
+Then you can proceed to build. This will build revela and generate man pages:
```sh
make
```
+If you only want to build:
+
+```sh
+make revela
+```
+
Or for debugging:
```sh
-DEBUG=1 make
+DEBUG=1 make revela
```
## Usage