From 79bf2d4e4972df74dbf8a616ae798e7675d013ab Mon Sep 17 00:00:00 2001 From: Highlander Date: Mon, 9 Feb 2015 14:50:11 -0700 Subject: [PATCH 1/2] correct makefile Most coins have a makefile.unix, Namecoin does not, Do not recycle the build docs without documenting the wierd changes you make! --- doc/build-unix.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build-unix.txt b/doc/build-unix.txt index 0c4e88e52..a1d6a6f58 100644 --- a/doc/build-unix.txt +++ b/doc/build-unix.txt @@ -15,9 +15,9 @@ To Build cd src/ -make -f makefile.unix # Bitcoin with wxWidgets GUI +make -f Makefile # Bitcoin with wxWidgets GUI or -make -f makefile.unix bitcoind # Headless bitcoin +make -f Makefile bitcoind # Headless bitcoin Dependencies From 6327ce327477153a409771504438818cb167318e Mon Sep 17 00:00:00 2001 From: Highlander Date: Wed, 11 Feb 2015 11:57:37 -0700 Subject: [PATCH 2/2] Update build-unix.txt --- doc/build-unix.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/build-unix.txt b/doc/build-unix.txt index a1d6a6f58..81e814fa3 100644 --- a/doc/build-unix.txt +++ b/doc/build-unix.txt @@ -15,10 +15,9 @@ To Build cd src/ -make -f Makefile # Bitcoin with wxWidgets GUI - or -make -f Makefile bitcoind # Headless bitcoin +make # Namecoin with Qt GUI +make namecoind # Headless namecoin Dependencies ------------