refactor: remove vendored binaries and raw assets from repo

This commit is contained in:
2026-06-07 01:06:21 +07:00
parent 3172f56b75
commit 5f9abd9707
7 changed files with 335 additions and 0 deletions

View File

@@ -29,6 +29,13 @@ The service needs:
- a writable temp directory
- a free port range for `storescp`
If you do not manage these assets globally on the VM, you can stage them locally first:
```bash
scripts/setup-dcmtk.sh --source-dir /path/to/dcmtk/bin --install-dir /opt/dicom-iso/dcmtk-bin
scripts/setup-microdicom.sh --source-dir /path/to/microdicom --install-dir /opt/dicom-iso/microdicom
```
## Build note
The build environment cannot depend on public internet access.
That means the binary must be built through an approved offline-friendly path.