aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2011-01-25 09:29:13 -0500
committerGavin Andresen <[email protected]>2011-01-25 09:29:13 -0500
commitb1a657a00d0b4bbdb67f8b97f3bddde3ae9edba9 (patch)
treea0b738f3fd8a146a92a622e43eda2190edc66445
parentDon't scan the time offsets vector repeatedly once we've displayed the warnin... (diff)
downloaddiscoin-b1a657a00d0b4bbdb67f8b97f3bddde3ae9edba9.tar.xz
discoin-b1a657a00d0b4bbdb67f8b97f3bddde3ae9edba9.zip
Explicitly state that make -f makfile.unix is the way to build
-rw-r--r--build-unix.txt8
1 files changed, 8 insertions, 0 deletions
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 ([email protected]).
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