diff options
| author | katzenmalen <[email protected]> | 2021-06-27 03:38:01 +0000 |
|---|---|---|
| committer | katzenmalen <[email protected]> | 2021-06-27 03:38:01 +0000 |
| commit | c25b81d43b767cdee835a632b112fe238dc2de72 (patch) | |
| tree | 974cde6a84d560a48ab1e434cf51b57cf3ac1ed9 | |
| parent | Merge pull request #2322 from patricklodder/1.14.4-actions-win-tests (diff) | |
| download | discoin-c25b81d43b767cdee835a632b112fe238dc2de72.tar.xz discoin-c25b81d43b767cdee835a632b112fe238dc2de72.zip | |
added requirements to dependencies build README
| -rw-r--r-- | depends/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/depends/README.md b/depends/README.md index 6053c531b..394419e8b 100644 --- a/depends/README.md +++ b/depends/README.md @@ -1,5 +1,13 @@ ### Usage +## Requirements + +On debian you will need + + sudo apt-get install build-essential curl pkg-config libtool automake python3 + +## Build + To build dependencies for the current arch+OS: make |