Igor Cota
45f8219015
Add full Android build example command and instructions on getting SDK/NDK
2019-09-19 11:27:18 +02:00
Igor Cota
c2a749c9c1
Add example Android host-platform-triplet and options
2019-09-19 11:27:18 +02:00
fanquake
107e030723
build: make protobuf optional in depends
...
Those that want to build it can now pass PROTOBUF=1.
2019-09-14 12:58:59 +08:00
Russell Yanofsky
be27161ee4
Clarify need to specify --prefix with depends
...
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-08-23 14:18:16 +08:00
fanquake
c995c870aa
depends: add ability to skip building zeromq
2019-05-25 12:06:23 -04:00
fanquake
4de3c15671
depends: add patch to common dependencies
2019-05-20 12:01:17 +08:00
MarcoFalke
faf666f814
Remove Windows 32 bit build
2019-05-03 13:41:27 -04:00
fanquake
ac67582ff7
depends: latest rapidcheck, use INSTALL_ALL_EXTRAS
2019-03-24 13:26:07 +08:00
MarcoFalke
fab5a1e0f4
build: Require python 3.5
2019-03-02 10:40:23 -05:00
MarcoFalke
fad95e8da6
doc: Split build linux dependencies
2018-09-19 10:18:35 -04:00
MarcoFalke
0000009015
doc: Split depends installation instructions per arch
2018-09-18 20:46:02 -04:00
Chris Stewart
b2f49bd732
Integration of property based testing into Bitcoin Core
...
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-08-27 08:51:51 -05:00
fanquake
26b15df99d
depends: set OSX_MIN_VERSION to 10.10
2018-07-25 07:30:27 +08:00
Wladimir J. van der Laan
974f0bf8e6
depends: Mention RISC-V known compilation issue with gcc-7.3.x
2018-07-09 16:30:43 +02:00
Wladimir J. van der Laan
359e2e3525
depends: Add RISC-V support
2018-06-27 13:20:02 +00:00
Giulio Lombardo
989c8990bb
Rename “OS X” to the newer “macOS” convention
2018-06-04 13:04:04 +02:00
Jonas Schnelli
31a0135633
Add required package dependencies for depends cross compilation
...
[skip-ci]
2017-12-14 20:45:35 -10:00
Wladimir J. van der Laan
06f40ef324
depends: Mention aarch64 as common cross-compile target
2016-06-22 14:37:39 +02:00
Cory Fields
dc4ec6d3db
depends: create a hostid and buildid and add option for salts
...
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.
2016-04-04 19:26:44 -04:00
Chris Kleeschulte
34754ce3bc
[Trivial] Fixed typo when referring to a previous section in
...
depends/README.md [skip ci]
2015-10-08 15:27:12 -04:00
Shawn Wilkinson
cc3db874b5
doc: Documentation in Markdown for Depends Dir
...
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
2015-05-15 12:35:20 +02:00