From 5baca603c8d68c794b9fd0e01ad9c70ef71ad5c8 Mon Sep 17 00:00:00 2001 From: sandrossv Date: Fri, 27 Mar 2015 15:52:27 -0300 Subject: [PATCH] building instructions update --- doc/build-unix.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/build-unix.md b/doc/build-unix.md index 29db039d..e7706fb6 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -1,14 +1,12 @@ UNIX BUILD NOTES ==================== -Some notes on how to build Bitcoin in Unix. +Some notes on how to build twister in Unix. To Build --------------------- - cd src/ - make -f makefile.unix # Headless bitcoin - -See [readme-qt.md](readme-qt.md) for instructions on building Bitcoin-Qt, the graphical user interface. + ./bootstrap.sh + make Dependencies ---------------------