mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-16 16:21:40 +00:00
Compare commits
2 Commits
7073c3d9c5
...
75b09823eb
| Author | SHA1 | Date | |
|---|---|---|---|
| 75b09823eb | |||
| eace898384 |
@ -25,6 +25,28 @@ media
|
|||||||
└── tree.sh
|
└── tree.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Prerequisites
|
||||||
|
|
||||||
|
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`
|
### `README.md`
|
||||||
|
|
||||||
A basic introductory description. This is here to introduce a new user
|
A basic introductory description. This is here to introduce a new user
|
||||||
|
|||||||
670
Viewer/package-lock.json
generated
670
Viewer/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -18,35 +18,33 @@
|
|||||||
"show": false
|
"show": false
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"object-run": "*",
|
"app-module-path": "*",
|
||||||
"ig-object": "*",
|
"async-json": "0.0.2",
|
||||||
"ig-types": "*",
|
"cli-progress": "^3.9.0",
|
||||||
"ig-actions": "*",
|
"colors": "^1.4.0",
|
||||||
"ig-features": "*",
|
|
||||||
"ig-argv": "*",
|
|
||||||
"ig-doc": "*",
|
|
||||||
"guarantee-events": "*",
|
|
||||||
"generic-walk": "*",
|
|
||||||
|
|
||||||
"requirejs": "*",
|
|
||||||
"requirejs-plugins": "*",
|
|
||||||
"fs-extra": "*",
|
|
||||||
"glob": "*",
|
|
||||||
"wildglob": "*",
|
|
||||||
"electron": "^37.0.0",
|
"electron": "^37.0.0",
|
||||||
"sharp": "*",
|
|
||||||
"sharp-phash": "^2.0.0",
|
|
||||||
"exif-reader": "^1.0.3",
|
"exif-reader": "^1.0.3",
|
||||||
"exifreader": "*",
|
"exifreader": "*",
|
||||||
"exiftool": "^0.0.3",
|
"exiftool": "^0.0.3",
|
||||||
"cli-progress": "^3.9.0",
|
"fs-extra": "*",
|
||||||
"colors": "^1.4.0",
|
|
||||||
|
|
||||||
"v8-compile-cache": "^2.2.0",
|
|
||||||
"app-module-path": "*",
|
|
||||||
"fs-walk": "*",
|
"fs-walk": "*",
|
||||||
"async-json": "0.0.2",
|
"generic-walk": "*",
|
||||||
"json5": "^2.2.0"
|
"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": {
|
"-dependencies": {
|
||||||
"openseadragon": "^2.4.1",
|
"openseadragon": "^2.4.1",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user