From eace898384178629f351d7fff85e56776cd9adee Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 25 Nov 2025 18:32:06 +0300 Subject: [PATCH] updated readme... Signed-off-by: Alex A. Naanou --- Archive/README.md | 22 +++++++++++++++++++ Viewer/package-lock.json | 2 +- Viewer/package.json | 46 +++++++++++++++++++--------------------- 3 files changed, 45 insertions(+), 25 deletions(-) diff --git a/Archive/README.md b/Archive/README.md index 1677b51f..428f51d2 100644 --- a/Archive/README.md +++ b/Archive/README.md @@ -25,6 +25,28 @@ media └── tree.sh ``` +### Prerequesites + +For the scripts to function they need the following in path: +- exiftool +- btrfs-utils (for the btrfs filesystem support) + +And the ImageGrid Viewer CLI (the `ig` utility) either linked or globally +installed, to do this run the following from the `Viewer/` directory: +```shell +sudo make devel-cli +``` +or: +```shell +sudo make cli +``` + +For additional dependencies run: +```shell +make check +``` + + ### `README.md` A basic introductory description. This is here to introduce a new user diff --git a/Viewer/package-lock.json b/Viewer/package-lock.json index 1e5d4f1d..e78456cd 100644 --- a/Viewer/package-lock.json +++ b/Viewer/package-lock.json @@ -31,7 +31,7 @@ "object-run": "*", "requirejs": "*", "requirejs-plugins": "*", - "sharp": "*", + "sharp": "^0.34.4", "sharp-phash": "^2.0.0", "v8-compile-cache": "^2.2.0", "wildglob": "*" diff --git a/Viewer/package.json b/Viewer/package.json index 8e06938a..9bbe7110 100644 --- a/Viewer/package.json +++ b/Viewer/package.json @@ -18,35 +18,33 @@ "show": false }, "dependencies": { - "object-run": "*", - "ig-object": "*", - "ig-types": "*", - "ig-actions": "*", - "ig-features": "*", - "ig-argv": "*", - "ig-doc": "*", - "guarantee-events": "*", - "generic-walk": "*", - - "requirejs": "*", - "requirejs-plugins": "*", - "fs-extra": "*", - "glob": "*", - "wildglob": "*", + "app-module-path": "*", + "async-json": "0.0.2", + "cli-progress": "^3.9.0", + "colors": "^1.4.0", "electron": "^37.0.0", - "sharp": "*", - "sharp-phash": "^2.0.0", "exif-reader": "^1.0.3", "exifreader": "*", "exiftool": "^0.0.3", - "cli-progress": "^3.9.0", - "colors": "^1.4.0", - - "v8-compile-cache": "^2.2.0", - "app-module-path": "*", + "fs-extra": "*", "fs-walk": "*", - "async-json": "0.0.2", - "json5": "^2.2.0" + "generic-walk": "*", + "glob": "*", + "guarantee-events": "*", + "ig-actions": "*", + "ig-argv": "*", + "ig-doc": "*", + "ig-features": "*", + "ig-object": "*", + "ig-types": "*", + "json5": "^2.2.0", + "object-run": "*", + "requirejs": "*", + "requirejs-plugins": "*", + "sharp": "^0.34.4", + "sharp-phash": "^2.0.0", + "v8-compile-cache": "^2.2.0", + "wildglob": "*" }, "-dependencies": { "openseadragon": "^2.4.1",