add notes for outdated build documentation

This commit is contained in:
Patrick Lodder 2021-08-19 23:46:26 +02:00
parent e406a7a814
commit 6174ddf17e
No known key found for this signature in database
GPG Key ID: 2D3A345B98D0DC1F
4 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,8 @@
Arch Linux build guide
-----------------------------------
***NOTE: This documentation is outdated and needs to be updated***
This example lists the steps necessary to setup and build a command line only, non-wallet distribution of the latest changes on Arch Linux:
pacman -S git base-devel boost libevent python

View File

@ -1,6 +1,8 @@
Fedora build dependencies
--------------------------
***NOTE: This documentation is outdated and needs to be updated***
Build requirements:
sudo dnf install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel

View File

@ -1,6 +1,8 @@
Building on FreeBSD
--------------------
***NOTE: This documentation is outdated and needs to be updated***
(Updated as of FreeBSD 11.0)
Clang is installed by default as `cc` compiler, this makes it easier to get

View File

@ -1,5 +1,8 @@
OpenBSD build guide
======================
***NOTE: This documentation is outdated and needs to be updated***
(updated for OpenBSD 6.0)
This guide describes how to build dogecoind and command-line utilities on OpenBSD.