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
|
||||
```
|
||||
|
||||
### 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`
|
||||
|
||||
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
|
||||
},
|
||||
"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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user