diff options
| author | Ross Nicoll <[email protected]> | 2021-07-14 21:33:35 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-14 21:33:35 +0100 |
| commit | c77ba66ade37c044aa792164cac8f88a7be17510 (patch) | |
| tree | a29819c7b0a7bd4932c8e7ab165495ce5a7c13ca | |
| parent | Merge pull request #1904 from slightlyskepticalpotat/snap-support-2021 (diff) | |
| parent | Update depends/README.md (diff) | |
| download | discoin-c77ba66ade37c044aa792164cac8f88a7be17510.tar.xz discoin-c77ba66ade37c044aa792164cac8f88a7be17510.zip | |
Merge pull request #2342 from katzenmalen/issue-2340-depends-build-dependencies-readme
added requirements to dependencies build README
| -rw-r--r-- | depends/README.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/depends/README.md b/depends/README.md index 6053c531b..c6e7f55c5 100644 --- a/depends/README.md +++ b/depends/README.md @@ -1,5 +1,17 @@ ### Usage +## Requirements + +Before attempting to build these dependencies you should first follow the build instructions for your operating system, under the root folder: + +* `doc/build-unix.md` +* `doc/build-osx.md` +* `doc/build-windows.md` + +These contain up to date lists for each operating system. + +## Build + To build dependencies for the current arch+OS: make @@ -56,4 +68,3 @@ Additional targets: - [description.md](description.md): General description of the depends system - [packages.md](packages.md): Steps for adding packages - |