diff options
| author | Gavin Andresen <[email protected]> | 2011-09-26 11:40:43 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-09-26 11:40:43 -0400 |
| commit | adea540e38d1039f26faa28f9eda3364e57b202e (patch) | |
| tree | d3f7422cc0c2ef30b7bb75c844822d22667c10cb /INSTALL | |
| parent | Fix build: put back rules to build cryptopp files (diff) | |
| download | discoin-adea540e38d1039f26faa28f9eda3364e57b202e.tar.xz discoin-adea540e38d1039f26faa28f9eda3364e57b202e.zip | |
Update build instructions for the new, no-wxwidgets world
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL new file mode 100644 index 000000000..6989d8902 --- /dev/null +++ b/INSTALL @@ -0,0 +1,9 @@ +Building Bitcoin + +See doc/readme-qt.rst for instructions on building Bitcoin QT, +the intended-for-end-users, nice-graphical-interface, reference +implementation of Bitcoin. + +See doc/build-*.txt for instructions on building bitcoind, +the intended-for-services, no-graphical-interface, reference +implementation of Bitcoin. |