On Friday, 23 June 2023 at 15:22:33 UTC, Ki Rill wrote:
Recently, I tried to set up `dcv` with `dub` to improve a few things in the library, but I faced some strange issues.

[...]
I recommend adding DCV sub packages separately. Don't add the entire thing to your dub dependencies. Just only add what you need. Ffmpeg-d in only needed for DCV videoing. You can add subpacks like:

    "dependencies": {
                "dcv:core": ...,
            "dcv:plot": {"path": "../../"},
            "dcv:imageio": {"path": "../../"},
                "mir-random": "*"
        }
  • How to setup dub... Ki Rill via Digitalmars-d-learn
    • Re: How to ... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
      • Re: How... Ki Rill via Digitalmars-d-learn
        • Re:... Steven Schveighoffer via Digitalmars-d-learn
      • Re: How... Ferhat Kurtulmuş via Digitalmars-d-learn
    • Re: How to ... Ferhat Kurtulmuş via Digitalmars-d-learn

Reply via email to