diff options
| author | fmhc <[email protected]> | 2021-07-07 04:36:33 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-07 04:36:33 +0200 |
| commit | 4bbb83511bdba7b1e77a91d0361459017db1488b (patch) | |
| tree | b817cd328796ea28e598bf5e0508d2fda43f8f9f /depends | |
| parent | added requirements to dependencies build README (diff) | |
| download | discoin-4bbb83511bdba7b1e77a91d0361459017db1488b.tar.xz discoin-4bbb83511bdba7b1e77a91d0361459017db1488b.zip | |
Update depends/README.md
better flow with linking to os-specific build docs
Co-authored-by: Ross Nicoll <[email protected]>
Diffstat (limited to 'depends')
| -rw-r--r-- | depends/README.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/depends/README.md b/depends/README.md index 394419e8b..c6e7f55c5 100644 --- a/depends/README.md +++ b/depends/README.md @@ -2,9 +2,13 @@ ## Requirements -On debian you will need +Before attempting to build these dependencies you should first follow the build instructions for your operating system, under the root folder: - sudo apt-get install build-essential curl pkg-config libtool automake python3 +* `doc/build-unix.md` +* `doc/build-osx.md` +* `doc/build-windows.md` + +These contain up to date lists for each operating system. ## Build @@ -64,4 +68,3 @@ Additional targets: - [description.md](description.md): General description of the depends system - [packages.md](packages.md): Steps for adding packages - |