Dub.addSearchPath

Registers a local directory to search for packages to use for satisfying dependencies.

class Dub
void
addSearchPath
(
string path
,
bool system
)

Parameters

path string

Path to a directory containing package directories

system bool

Make the package known system wide instead of user wide (requires administrator privileges).

See Also

removeSearchPath

Meta