Chris Kleeschulte
4894f1abec
Enable Cross-Compiling support
...
1. To use this feature, set CC and CXX env variables to the appropriate cross compiler
2. Example, for cross compiling to ARM, use: CC=arm-linux-gnueabihf-gcc-4.9 CXX=arm-linux-gnueabihf-g++-4.9 npm install
3. You can still compile without setting CC and CXX, you can still just run npm install
2016-02-11 10:25:22 -05:00
Chris Kleeschulte
663b100084
Added arm support.
2016-01-29 13:40:45 -05:00
Chris Kleeschulte
382f308015
- Build script fails earlier (but hopefully not often) for critical errors in compilation and dependency download
...
- Patch matching is fixed due to the new way we build the patch
2015-10-09 17:30:09 -04:00
Chris Kleeschulte
a68e51ffc4
Regtest and wallet ready event
...
- Added a check for the wallet availability during onBlocksReady
- Fixed a problem with spaces being added at the end of the file by git diff
2015-08-18 17:56:35 -04:00
Chris Kleeschulte
83d6876376
Git versions
...
- using --branch with Git version < 2.x will not work
- doing things the "hard" way
2015-08-07 12:46:23 -04:00
Chris Kleeschulte
1a873d00fe
Fixed shamus call to write patch file.
2015-08-06 17:18:22 -04:00
Chris Kleeschulte
afa51fdabc
Added Fedora to README and added a check for shasum.
2015-08-06 16:55:00 -04:00
Chris Kleeschulte
b02b65d142
Added a default case for default to be false.
2015-08-06 12:32:11 -04:00
Braydon Fuller
e4c42fa6cb
Download and upload binary distribution.
2015-08-05 21:30:42 -04:00