diff options
| -rw-r--r-- | build-unix.txt | 8 |
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 |