refactor: remove vendored binaries and raw assets from repo
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user