[gsoc] DUB - Ideas
bioinfornatics
bioinfornatics at fedoraproject.org
Tue Mar 19 19:15:45 UTC 2019
On Thursday, 28 February 2019 at 15:50:49 UTC, Seb wrote:
> So while we have quite a large list of potential GSoC projects
> [1], I think that many of these ideas are still a bit too
> abstract for potential students.
>
> [...]
Support staged build and install for ease packaging process.
Usually build tools support staged install by using the special
environment variable DESTDIR. It is a coding standard:
https://www.gnu.org/prep/standards/html_node/DESTDIR.html
Be able to run dub on offline computer and looking dependencies
following this order: (i) /usr/{lib,include,bin}, (ii)
/usr/local/{lib,include,bin}, (iii)
/${HOME}/.local/{lib,include,bin}
More information about the Digitalmars-d
mailing list