aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorsuper3 <me@super3.org>2013-06-16 06:29:23 -0400
committersuper3 <me@super3.org>2013-06-16 06:29:23 -0400
commit00a887450364bd5b096978291b6a6e0f47181d75 (patch)
tree9438dbaf7d6a8c386f0333e5f7012ec543260e73 /doc/build-osx.md
parente58154c447670a546936b850f0bba4de087a1583 (diff)
downloadbitcoin-00a887450364bd5b096978291b6a6e0f47181d75.tar.xz
Markdown Cleanup - Part 2
Now everything is in markdown...
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r--doc/build-osx.md33
1 files changed, 5 insertions, 28 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index 1fc33b15a3..6f50cf9457 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -1,38 +1,15 @@
-Mac OS X bitcoind build instructions
+Mac OS X Build Instructions and Notes
====================================
-
-Authors
--------
-
-* Laszlo Hanyecz <solar@heliacal.net>
-* Douglas Huff <dhuff@jrbobdobbs.org>
-* Colin Dean <cad@cad.cx>
-* Gavin Andresen <gavinandresen@gmail.com>
-
-License
--------
-
-Copyright (c) 2009-2012 Bitcoin Developers
-
-Distributed under the MIT/X11 software license, see the accompanying
-file COPYING or http://www.opensource.org/licenses/mit-license.php.
-
-This product includes software developed by the OpenSSL Project for use in
-the OpenSSL Toolkit (http://www.openssl.org/).
-
-This product includes cryptographic software written by
-Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.
+This guide will show you how to build bitcoind(headless client) for OSX.
Notes
-----
-See `doc/readme-qt.rst` for instructions on building Bitcoin-Qt, the
+* See [readme-qt.rst](readme-qt.rst) for instructions on building Bitcoin-Qt, the
graphical user interface.
-
-Tested on OS X 10.5 through 10.8 on Intel processors only. PPC is not
+* Tested on OS X 10.5 through 10.8 on Intel processors only. PPC is not
supported because it is big-endian.
-
-All of the commands should be executed in a Terminal application. The
+* All of the commands should be executed in a Terminal application. The
built-in one is located in `/Applications/Utilities`.
Preparation