Commit Graph

28 Commits

Author SHA1 Message Date
Chris Kleeschulte da71c0ff2c Clean up
- Removed the platform directory
- renamed the platform/os.sh script to varaibles.sh
- realigned the calls to os.sh
- changed where the patch_ha.txt was being written to
- changed the name of the binary to bitcoind.node
2015-08-05 16:27:20 -04:00
Chris Kleeschulte 761243c724 Removed the need for the platform directory. Now, the binding can be cached in the build dir because it is one file that includes bitcoin core. 2015-08-05 16:27:20 -04:00
Chris Kleeschulte 19b96754d7 Fixed patch for anoint (we don't build dylib's anymore). 2015-08-05 16:27:20 -04:00
Chris Kleeschulte 866c78b701 Remove reference to getting the dylib or so from os.sh. 2015-08-05 16:27:20 -04:00
Chris Kleeschulte c6f2a87158 Bindings as one shared library
- libbitcoind is now linked statically into the binding file versus being its own shared library
- the build script now copies the .a file into libs
2015-08-05 16:27:19 -04:00
Braydon Fuller 9ac7de325a Fix spelling of build 2015-08-03 14:28:51 -04:00
Chris Kleeschulte 78f20a1a8c Checking for the existing of Xcode command line tools in order to complete a successful build on mac. 2015-07-31 16:40:25 -04:00
Chris Kleeschulte bfc7ab8359 Fixed whole-archive builds for the bindings binary. 2015-07-29 17:30:34 -04:00
Chris Kleeschulte a7506471d5 Copied headers. 2015-07-29 17:30:34 -04:00
Chris Kleeschulte b1e04b97dd Added the cleanup script so that we can keep the cache to a bare minimum. 2015-07-29 17:30:34 -04:00
Chris Kleeschulte 20bbe650c6 Removed cruft. 2015-07-29 17:30:34 -04:00
Chris Kleeschulte 7efa84fa86 Generalized the static building of boost. 2015-07-29 17:30:34 -04:00
Chris Kleeschulte c53b47890b Added support for using internal dependencies (boost). 2015-07-29 17:30:33 -04:00
Chris Kleeschulte 5d9338d22a 1. Updated patch for v0.11.0
2. Updated bindings to cover the changes to bitcoin
3. Added some file matchers to gitignore for Qt Creator
4. Fixed platform lib path for Mac OS X
5. Removed unneeded methods in bindings (they will be re-added later
2015-07-13 16:34:29 -04:00
Braydon Fuller 9daab98228 Add rpath for leveldb 2015-07-10 17:20:58 -04:00
Chris Kleeschulte 9fb5ae6cd8 Fixed build script. 2015-07-07 13:51:11 -04:00
k e0cf86be4e fixed threading path and the os dir path. 2015-07-06 18:38:09 -04:00
Chris Kleeschulte 2039e4c6dc Added some fixes for the bindings.gyp file. 2015-06-26 16:03:43 -04:00
Chris Kleeschulte ab598e3523 Updated the patch for a better version of LDFLAGS. 2015-06-24 17:06:27 -04:00
Chris Kleeschulte 2888e814f2 incremental 2015-06-04 14:54:57 -04:00
Christopher Jeffrey cbf919fb1d reorganize os precedence. 2014-12-10 10:13:27 -08:00
Christopher Jeffrey 7ff23d948c better checks for OS. 2014-12-10 10:09:17 -08:00
Christopher Jeffrey a3cf6cc083 use os.sh for more functionality. 2014-12-07 02:02:51 -08:00
Christopher Jeffrey 20ad16fd72 do not carry libbitcoind.so in the repo anymore. 2014-12-06 23:53:26 -08:00
Christopher Jeffrey 07f7cfa66c rename rhe to rhel. 2014-12-02 02:30:21 -08:00
Christopher Jeffrey 5665e2e404 update os.sh. 2014-12-01 23:58:44 -08:00
Christopher Jeffrey a09c735a9b datadir fixes. wait for wallet to load. 2014-10-16 15:14:44 -07:00
Christopher Jeffrey 4e659e4dab start bundling platform-specific shared libraries. 2014-10-15 19:06:04 -07:00