diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-10-09 23:03:17 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-10-09 23:03:17 +0200 |
| commit | f15d534796129c53f2c24bf8eb9b69d686b957b0 (patch) | |
| tree | cd25c0c787fc86d043609c29515ee955161b0d16 | |
| parent | 8f21b3e034b65fa82fbd7da8fe841fece21df357 (diff) | |
README.md: Add build instructions for thumbnail
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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: |
