aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-10-09 23:03:17 +0200
committerXavier Del Campo Romero <xavi92@disroot.org>2025-10-09 23:03:17 +0200
commitf15d534796129c53f2c24bf8eb9b69d686b957b0 (patch)
treecd25c0c787fc86d043609c29515ee955161b0d16
parent8f21b3e034b65fa82fbd7da8fe841fece21df357 (diff)
README.md: Add build instructions for thumbnail
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index c09046e..e85a58f 100644
--- a/README.md
+++ b/README.md
@@ -94,6 +94,13 @@ $ ./configure
$ make
```
+To enable the thumbnail generation program:
+
+```sh
+$ ./configure --thumbnail
+$ make
+```
+
#### CMake
```sh
@@ -101,6 +108,13 @@ $ cmake -B build
$ cmake --build build/
```
+To enable the thumbnail generation program:
+
+```sh
+$ cmake -B build -DTHUMBNAIL=ON
+$ cmake --build build/
+```
+
### Setting up
`slcl` consumes a path to a directory with the following tree structure: