Browse Source

Merge pull request #326 from sandrossv/patch-doc

building instructions update
miguelfreitas
miguelfreitas 10 years ago
parent
commit
95646b03ca
  1. 8
      doc/build-unix.md

8
doc/build-unix.md

@ -1,14 +1,12 @@ @@ -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
---------------------

Loading…
Cancel
Save