aboutsummaryrefslogtreecommitdiff
path: root/depends/README.md
AgeCommit message (Collapse)Author
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