RejectedSoftware Forums

Sign up

How to set install dir ?

Hi,

Simple question how to set install dir ?

I would like to use /usr/bin for binaries and

  • /usr/lib64
  • /usr/lib
    for libk

thanks

Re: How to set install dir ?

On Mon, 26 May 2014 18:41:49 GMT, Set install dir wrote:

Hi,

Simple question how to set install dir ?

I would like to use /usr/bin for binaries and

  • /usr/lib64
  • /usr/lib

for libk

thanks

There is currently no system installation functionality included. The only thing DUB does is to download packages from code.dlang.org to a local cache folder and performs a build in there as needed. Program packages can also be run using dub run <package-name>, but they are never placed directly in PATH.

We avoided this functionality for now, at least until there is a sufficiently flexible way to configure runtime resources and configuration files, which works correctly on all supported systems (Linux/FreeBSD/OS X/Windows).

XREF to github issue: #341