diff options
| author | Patrick Lodder <[email protected]> | 2021-07-20 20:17:11 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-20 20:17:11 +0200 |
| commit | f9084e53d1edd5c4a316088fc5f4c2ebe19f7cc2 (patch) | |
| tree | 59c76566b3a15a8c29d694ee1e2074f652082656 | |
| parent | Merge pull request #2410 from patricklodder/1.14.4-explicit-gui-ci (diff) | |
| download | discoin-f9084e53d1edd5c4a316088fc5f4c2ebe19f7cc2.tar.xz discoin-f9084e53d1edd5c4a316088fc5f4c2ebe19f7cc2.zip | |
Revert "added requirements to dependencies build README"
| -rw-r--r-- | depends/README.md | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/depends/README.md b/depends/README.md index c6e7f55c5..6053c531b 100644 --- a/depends/README.md +++ b/depends/README.md @@ -1,17 +1,5 @@ ### 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 @@ -68,3 +56,4 @@ Additional targets: - [description.md](description.md): General description of the depends system - [packages.md](packages.md): Steps for adding packages + |