From b1a657a00d0b4bbdb67f8b97f3bddde3ae9edba9 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Tue, 25 Jan 2011 09:29:13 -0500 Subject: [PATCH] Explicitly state that make -f makfile.unix is the way to build --- build-unix.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-unix.txt b/build-unix.txt index 7e0d8fe28..25c4db255 100644 --- a/build-unix.txt +++ b/build-unix.txt @@ -9,6 +9,14 @@ cryptographic software written by Eric Young (eay@cryptsoft.com). UNIX BUILD NOTES ================ +To Build +-------- + +make -f makefile.unix # Bitcoin with wxWidgets GUI + or +make -f makefile.unix bitcoind # Headless bitcoin + + Dependencies ------------ sudo apt-get install build-essential