diff options
| -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: |
