From 43a377a96df98308bf64391b92a60a955fed4578 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sat, 8 Oct 2016 21:19:45 +0200 Subject: [PATCH] Merge #8896: Update INSTALL landing redirection notice for build instructions. 2920be2 Update INSTALL landing redirection notice for build instructions. (randy-waterhouse) --- INSTALL | 30 ------------------------------ INSTALL.md | 5 +++++ 2 files changed, 5 insertions(+), 30 deletions(-) delete mode 100644 INSTALL create mode 100644 INSTALL.md diff --git a/INSTALL b/INSTALL deleted file mode 100644 index b86fcda9d7..0000000000 --- a/INSTALL +++ /dev/null @@ -1,30 +0,0 @@ -Building Dash Core - -After you install the usual build tools and C++ development tools, -Dash Core also needs some build dependencies which are not always provided -by default by the OS package manager -(in particular BerkeleyDB 4.8 for building with wallet support). - -Before trying to build, be sure to read one of these files, -depending on your environment: - - doc/build-unix.md - doc/build-openbsd.md - doc/build-osx.md - doc/build-windows.md - -After installing the needed dependencies, -use the autogen script to prepare the build environment. - - ./autogen.sh - ./configure - make - -Precompiled binaries are available at github, see -https://github.com/dashpay/dash-binaries - -Always verify the signatures and checksums. - -See doc/build-*.md for instructions on building dashd, -the intended-for-services, no-graphical-interface, -reference implementation of Dash. diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000000..520a47d960 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,5 @@ +Building Bitcoin +================ + +See doc/build-*.md for instructions on building the various +elements of the Bitcoin Core reference implementation of Bitcoin.