-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Cmake rules branch #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Developed and tested on Lucid 64 with source based installs as required. In particular the find of BerkeleyDB is very fragile and I don't expect it to work on other systems w/o a little testing. To use cmake after installing the prerequisites: mkdir build cd build cmake .. make
…re CMakeLists.txt merged, still some stuff to pull from modules
|
Why add CUDA and OpenCL stuff to bitcoin? |
rdponticelli
pushed a commit
to Criptomonedas/bitcoin
that referenced
this pull request
Nov 26, 2014
fa492f0 Fix a signedness mistake in secp256k1_num_set_hex (Pieter Wuille)
jtimon
pushed a commit
to jtimon/bitcoin
that referenced
this pull request
Nov 25, 2015
Fix overflow in priority calculation
destenson
pushed a commit
to destenson/bitcoin--bitcoin
that referenced
this pull request
Jun 26, 2016
Revert 25a07f1 -- makefile.unix
classesjack
pushed a commit
to classesjack/bitcoin
that referenced
this pull request
Jan 2, 2018
Creating new PoS block
effectsToCause
added a commit
to vericoin/vericoin
that referenced
this pull request
Jun 22, 2018
effectsToCause
added a commit
to vericoin/vericoin
that referenced
this pull request
Jun 22, 2018
Merge pull request bitcoin#56 from vericoin/master
effectsToCause
added a commit
to vericoin/vericoin
that referenced
this pull request
Jun 22, 2018
1.6.4 minor version updates
kewde
pushed a commit
to kewde/bitcoin
that referenced
this pull request
Jul 22, 2019
* GFX: Update logos and icons * GFX: Splash screen tweaks * GFX: Update macOS icon to proper format
This pull request was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've merged the CMake changes from https://bitbucket.org/dkaparis/bitcoin-cmake/overview and https://bitbucket.org/hsoft/bitcoin-clean I've tested it on Ubuntu Lucid.