aboutsummaryrefslogtreecommitdiff
path: root/doc/build-openbsd.md
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-3/+3
|
* really s/doge/dis/g this timeTomo Ueda2021-09-021-5/+5
|
* add notes for outdated build documentationPatrick Lodder2021-08-191-0/+3
|
* Updated Dogecoin references in DocsAlan Cramer2019-07-121-3/+3
| | | | Some docs still referencing Bitcoin and Bitcoin Core. Updated to reflect Dogecoin branding.
* Update documentation to match 1.10 (#1436)Ross Nicoll2019-03-251-5/+5
|
* Update OpenBSD and FreeBSD build stepsWladimir J. van der Laan2017-02-071-2/+4
| | | | | Re-try with most recent versions, and use BDB_CFLAGS/BDB_LIBS to directly point at BerkeleyDB instead of CPPFLAGS hacks.
* doc: Update build-openbsd for 0.13.0+ and OpenBSD 5.9Wladimir J. van der Laan2016-08-281-17/+29
| | | | | | | | | | | | - Python 3 now supported. - Bump boost version to 1.61 - one boost patch no longer needed. - All checked with OpenBSD 5.9, except for the clang part, I left this as-is for someone adventurous. - Mention overriding resource limits, OpenBSD's default ulimit does not suffice for building Bitcoin Core with gcc 4.9.3.
* Correct spelling mistakes in doc folderMitchell Cash2015-10-181-4/+3
| | | | | | | | | - OSX —> OS X - XCode —> Xcode - github —> GitHub - homebrew —> Homebrew - gitian —> Gitian - Other miscellaneous obvious spelling fixes and whitespace removal
* doc: no longer require use of openssl in OpenBSD build guideWladimir J. van der Laan2015-10-011-27/+3
|
* doc: Add build guide for OpenBSD 5.7Wladimir J. van der Laan2015-09-281-0/+187
Add a specific build guide for OpenBSD. This is slightly different than building for Linux due to different dependencies, and a compiler issue.