-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
docs: restore non-depends build documentation #5345
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
linter complains https://gitlab.com/dashpay/dash/-/jobs/4166362049 - contrib/install_db4.sh
needs more work
Linter fails still |
I lean towards saying we should make sure these docs work before merging in :) |
This pull request has conflicts, please rebase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
rebasing to pull in 5394 |
ebe71f4
to
dcae0b2
Compare
This reverts commit 407bacc.
aba53c9
to
86d3ebd
Compare
d243609
to
c925ed8
Compare
…disable Win32 PE support
contains portions of: - bitcoin@1ac454a - bitcoin@3352da8 - bitcoin@fac86ac - bitcoin@8c9b8a3 Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, utACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
post-utACK merge
Purpose
After #5077, Dash is no longer tied to the its
depends
and can be built from distro-obtained dependencies as it was before. Work on re-aligning Dash's build system with Bitcoin's has been documented in https://github.com/dashpay/dash-issues/issues/51. This PR aims to realign build documentation with upstream.Notes
revert: revert dash#2323 (Update build documentation)
is not a true revert as after dash#2323, backports were done (source), including but not limited to, documentation updates for OpenSSL removal, SQLite &libnatpmp
introduction and formatting changes.That revert commit attempts to preserve the spirit of the backports done after it while reverting the
depends
-centric documentation changes but as a result, changes may be misattributed and so closer review is requested.bison
is a dependency needed for building depends (as visible here) but isn't required to builddash-qt
if building from dependencies sourced from your distro's package manager.Despite that,
bison
has been retained as a dependency for now based on feedback.