diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-05-17 13:20:02 +0200 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-05-17 14:31:03 +0200 |
commit | fa29651c3ff3e13a42d6505b14971265562f088a (patch) | |
tree | 97a4a7eddbd83cbbbd8df2a1379449ba36a54974 /depends | |
parent | 594f05db19fa2eaf6705f13bb0e147bce6ac21e5 (diff) |
doc: Rework build-unix.md
Diffstat (limited to 'depends')
-rw-r--r-- | depends/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/README.md b/depends/README.md index 1064b7d18a..8bf751ab30 100644 --- a/depends/README.md +++ b/depends/README.md @@ -15,6 +15,7 @@ For example: **Bitcoin Core's `configure` script by default will ignore the depends output.** In order for it to pick up libraries, tools, and settings from the depends build, you must set the `CONFIG_SITE` environment variable to point to a `config.site` settings file. +Make sure that `CONFIG_SITE` is an absolute path. In the above example, a file named `depends/x86_64-w64-mingw32/share/config.site` will be created. To use it during compilation: |