From efd8f03262f5cfeedbf2bef0f05636088b39d679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sat, 24 Dec 2022 18:45:58 +0300 Subject: README: more info on building --- README.md | 11 +++++++++-- 1 file 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 -- cgit v1.2.3