Files
photoview/dependencies/README.md
Kostiantyn fafa3a3d64 Fix the local build of the dependencies image, including the debug image instructions (#1229)
* Fix the local build of the dependencies image, including the debug image instructions

* Make the deps image easily runnable

* improve readme

* Better caching strategy

* make dependency from IM to libs build stages

* fix missing folder error

* Hopefully, final solution

---------

Co-authored-by: Konstantin Koval
2025-06-29 22:41:17 +03:00

420 B

Dependencies

This directory contains scripts and Dockerfile to build third-party dependencies for Photoview. It is not intended for end-users or runtime execution.

However, technically, it is runnable for debugging and investigative purposes. It contains a single archive file, artifacts.tar.gz, that bundles all dependencies.

You can unpack it with:

tar -xzf artifacts.tar.gz [-C /desired/location]