aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/README.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-08-20Add depends riscv 64 bit supportTheCharlatan1-0/+1
2019-05-12Made code block usage consistent across all .md filesRohaq1-15/+27
2018-12-31Merge pull request #4945luigi11111-0/+10
e37154a build: protobuf dependency fixes, libusb build (ph4r05)
2018-12-18build: protobuf dependency fixes, libusb buildDusan Klinec1-0/+10
- docker protobuf dependencies, cross-compilation - device/trezor protobuf build fixes, try_compile - libusb built under all platforms, used by trezor for direct connect
2018-12-12Cleanup leftovers from migrating depends from bitcoinTheCharlatan1-10/+4
Depends still contained some leftovers, like the `wallet` target that included bdb from bitcoin. This commit removes these unneeded targets, the miniupnpc package and the berkeley db package. Reflect the changes in the README as well.
2018-09-10Update readmes to reflect the usage of dependsTheCharlatan1-0/+7
Explain the role of the SDK in the darwin build. Add instructions to compile depends to the basic readme.
2018-09-10Initial depends additionTheCharlatan1-0/+59
Depends cross compiles project dependencies for linux, mac and windows and multiple architectures. Depends is original work by Cory Fields and used in bitcoin and a wide range of bitcoin related projects.