aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Make Mac SDK into a regular depends packageHoward Chu2022-05-091-10/+1
|
* Update to MacOSX SDK 11.1, add Mac M1Howard Chu2022-05-041-2/+2
|
* Add depends riscv 64 bit supportTheCharlatan2019-08-201-0/+1
|
* Made code block usage consistent across all .md filesRohaq2019-05-121-15/+27
|
* Merge pull request #4945luigi11112018-12-311-0/+10
|\ | | | | | | e37154a build: protobuf dependency fixes, libusb build (ph4r05)
| * build: protobuf dependency fixes, libusb buildDusan Klinec2018-12-181-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
* | Cleanup leftovers from migrating depends from bitcoinTheCharlatan2018-12-121-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.
* Update readmes to reflect the usage of dependsTheCharlatan2018-09-101-0/+7
| | | | | Explain the role of the SDK in the darwin build. Add instructions to compile depends to the basic readme.
* Initial depends additionTheCharlatan2018-09-101-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.