added note about dependencies...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-04-27 01:30:17 +03:00
parent 9a3e1bd0a1
commit 7f0159fb35

View File

@ -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