Conversation
|
Nice, much better than a separate makefile for each platform Edit: we probably want to add mingw32 (crosscompile) to this as well |
|
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/cb23ca73567011551b09326e616e869826128fd7 for binaries and test log. |
There was a problem hiding this comment.
This is not correct. uname -m gives the kernel architecture, not the OS architecture (which can be different in some scenarios).
There was a problem hiding this comment.
uname -m isn't being used to determine the OS version. In fact, it's not being used at all right now. And it doesn't give the kernel version - it gives the architecture. This might be useful at some point if we want to have switches specific to i386 vs x64_64.
There was a problem hiding this comment.
Yes, I meant architecture. Kernel arch != OS arch.
|
@luke-jr: I added instructions for Ubuntu Precise users on how to install db4.8 using the steps you gave earlier. |
|
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/4c92791df5c96128e03834a8a1a52c07c2164cf5 for binaries and test log. |
|
bitcoin-qt.pro.temp is out of date (missing some changes to bitcoin-qt.pro). And should be named bitcoin-qt.pro.template. |
|
Closing, as an autotools effort is actively underway and preferred. Can reopen, if that effort fails or stalls insurmountably. |
Basic dependency detection and assistance to user in installing missing dependencies. Automatic switch for USE_UPNP in makefile.