aboutsummaryrefslogtreecommitdiff
path: root/depends/README.md
AgeCommit message (Collapse)Author
2019-09-14build: make protobuf optional in dependsfanquake
Those that want to build it can now pass PROTOBUF=1.
2019-08-23Clarify need to specify --prefix with dependsRussell Yanofsky
If not cross compiling, it might actually be nice for it to be picked up automatically. But for now clarify the readme to try to minimize confusion. https://github.com/chaincodelabs/libmultiprocess/issues/4#issuecomment-515619707 https://github.com/chaincodelabs/libmultiprocess/issues/5#issuecomment-518826298
2019-05-25depends: add ability to skip building zeromqfanquake
2019-05-20depends: add patch to common dependenciesfanquake
2019-05-03Remove Windows 32 bit buildMarcoFalke
2019-03-24depends: latest rapidcheck, use INSTALL_ALL_EXTRASfanquake
2019-03-02build: Require python 3.5MarcoFalke
2018-09-19doc: Split build linux dependenciesMarcoFalke
2018-09-18doc: Split depends installation instructions per archMarcoFalke
2018-08-27Integration of property based testing into Bitcoin CoreChris Stewart
update copyright headers attempt to fix linting errors Fixing issue with make check classifying generator files as actual unit tests Wrapping gen files in ENABLE_PROPERTY_TESTS macro Make macro better
2018-07-25depends: set OSX_MIN_VERSION to 10.10fanquake
2018-07-09depends: Mention RISC-V known compilation issue with gcc-7.3.xWladimir J. van der Laan
2018-06-27depends: Add RISC-V supportWladimir J. van der Laan
2018-06-04Rename “OS X” to the newer “macOS” conventionGiulio Lombardo
2017-12-14Add required package dependencies for depends cross compilationJonas Schnelli
[skip-ci]
2016-06-22depends: Mention aarch64 as common cross-compile targetWladimir J. van der Laan
2016-04-04depends: create a hostid and buildid and add option for saltsCory Fields
These add very simple sanity checks to ensure that the build/host toolchains have not changed since the last run. If they have, all ids will change and packages will be rebuilt. For more complicated usage (like parsing dpkg), HOST_ID_SALT/BUILD_ID_SALT may be used to introduce arbitrary data to the ids.
2015-10-08[Trivial] Fixed typo when referring to a previous section inChris Kleeschulte
depends/README.md [skip ci]
2015-05-15doc: Documentation in Markdown for Depends DirShawn Wilkinson
Documentation more readable when viewed on Github. Some extra changes by @laanwj: - Make README.usage the default README. This is more convenient from a user perspective. Link to other documentation in this default README - Add list of popular targets for cross compilation, change default to Win64 instead of Win32