From 7f0159fb35775f8c1cfa4dd98e65d8483abc78e2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 27 Apr 2023 01:30:17 +0300 Subject: [PATCH] added note about dependencies... Signed-off-by: Alex A. Naanou --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 004a438..75f4e25 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,14 @@ $ cd ./photobook $ make install ``` +The `photobook` document class requres a set of modules to be installed +for it to function properly, the full list is included in the docs and +can be generated (`DEPENDS.txt` file) by calling: +```shell +$ make DEPENDS.txt +``` + + If only building the docs is required without installing: ```shell $ make pdf