diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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 |