diff options
| author | Cory Fields <[email protected]> | 2014-08-22 15:41:38 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-08-22 15:42:54 -0400 |
| commit | c897b1e732f524e525d1bd150326b7f0632c1b69 (patch) | |
| tree | 187a1738b1f9aa506e3bdfac83ec3770b88ff322 /depends/README.usage | |
| parent | Merge pull request #4733 (diff) | |
| download | discoin-c897b1e732f524e525d1bd150326b7f0632c1b69.tar.xz discoin-c897b1e732f524e525d1bd150326b7f0632c1b69.zip | |
depends: add a fallback path in case package sources go missing
If a source url fails to download, try again at
$FALLBACK_DOWNLOAD_PATH/file.name, where FALLBACK_DOWNLOAD_PATH can be
overridden by the user.
Diffstat (limited to 'depends/README.usage')
| -rw-r--r-- | depends/README.usage | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/README.usage b/depends/README.usage index f50714f1f..0aacefbf9 100644 --- a/depends/README.usage +++ b/depends/README.usage @@ -18,6 +18,7 @@ The following can be set when running make: make FOO=bar SOURCES_PATH: downloaded sources will be placed here BASE_CACHE: built packages will be placed here SDK_PATH: Path where sdk's can be found (used by OSX) +FALLBACK_DOWNLOAD_PATH: If a source file can't be fetched, try here before giving up NO_QT: Don't download/build/cache qt and its dependencies NO_WALLET: Don't download/build/cache libs needed to enable the wallet NO_UPNP: Don't download/build/cache packages needed for enabling upnp |