On Monday, 5 October 2020 at 09:24:33 UTC, Mike Parker wrote:
On Monday, 5 October 2020 at 09:05:16 UTC, Alaindevos wrote:
[...]
You don't need to install dpq2 if you are using dub to build
your project. Add it as a dependency to your dub.json (or
dub.sdl if you prefer that format). When you build your
project, dub will download the version you configured as your
dependency and compile it along with your project.
[...]
Thanks for this clear explanation. I'll try first using the dub
tooling.
PS : Manual does not look easy with different versions in the
/home/myhome/.dub/packages directory.