Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-14 | docs: improve make with parallel jobs description. | Klement Tan | |
2020-12-10 | doc: Update for FreeBSD 12.2, add GUI Build Instructions | Jarol Rodriguez | |
The current FreeBSD Build documentation is a little outdated and underwhelming. This PR updates the doc to be more informative. It also adds new instructions for building the GUI and adding support for descriptor wallets. on vasild's recommendation: it is ok to point the user to download db5 which has an active port package instead of building db4 from the provided script. Co-authored-by: Vasil Dimov <vd@freebsd.org> | |||
2020-03-18 | doc: mention MAKE=gmake workaround when building on a BSD | emu | |
Fixes: #14404 | |||
2019-11-18 | doc: remove OpenSSL from build instructions and licensing info | fanquake | |
2019-02-15 | doc: update FreeBSD build guide for 12.0 | fanquake | |
2018-10-31 | FreeBSD: Document Python 3 requirement for 'gmake check' | Murray Nesbitt | |
2018-10-28 | Various textual improvements in build docs | Martin Erlandsson | |
2018-06-15 | Fix incorrect shell quoting in FreeBSD build instructions. | murrayn | |
2018-06-02 | doc: split FreeBSD build instructions out of build-unix.md | steverusso | |
docs: Linked to the 'Building on FreeBSD' section of the Unix guide where it lists BSD specific guides. Created a FreeBSD build guide (doc/build-freebsd.md). Added in warning about the version of 'gdb' installed by default. Removed the FreeBSD build instructions now that they have their own guide (doc/build-freebsd.md). Updated the sentence to refer to the BSD guides in the 'doc' directory for more specific BSD build instructions. Minor grammatical fix. |