X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=doc%2Fbuild-osx.txt;h=e58efbf88c35156979557d6db6ca9f3f06931c88;hb=82f7c20f3c197f820ba742ffa60fb96883609bba;hp=2ae77067fcef2d79d5ef24b05490ee0c546fa9ab;hpb=95dd79118759f3e14a3d3e093111676e2efea8f9;p=novacoin.git diff --git a/doc/build-osx.txt b/doc/build-osx.txt index 2ae7706..e58efbf 100644 --- a/doc/build-osx.txt +++ b/doc/build-osx.txt @@ -1,4 +1,5 @@ Copyright (c) 2009-2012 Bitcoin Developers +Copyright (c) 2013 NovaCoin Developers Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. This product includes software developed by the OpenSSL Project for use in the @@ -7,12 +8,12 @@ software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. -Mac OS X bitcoind build instructions +Mac OS X novacoind build instructions Laszlo Hanyecz Douglas Huff -See readme-qt.rst for instructions on building Bitcoin QT, the +See readme-qt.rst for instructions on building NovaCoin QT, the graphical user interface. Tested on 10.5 and 10.6 intel. PPC is not supported because it's big-endian. @@ -27,7 +28,7 @@ but you can get the current version from http://developer.apple.com 1. Clone the github tree to get the source code: -git clone git@github.com:bitcoin/bitcoin.git bitcoin +git clone https://github.com/novacoin-project/novacoin 2. Download and install MacPorts from http://www.macports.org/ @@ -41,14 +42,14 @@ sudo port install boost db48 openssl miniupnpc Optionally install qrencode (and set USE_QRCODE=1): sudo port install qrencode -4. Now you should be able to build bitcoind: +4. Now you should be able to build novacoind: -cd bitcoin/src +cd novacoin/src make -f makefile.osx Run: - ./bitcoind --help # for a list of command-line options. + ./novacoind --help # for a list of command-line options. Run - ./bitcoind -daemon # to start the bitcoin daemon. + ./novacoind -daemon # to start the novacoin daemon. Run - ./bitcoind help # When the daemon is running, to get a list of RPC commands + ./novacoind help # When the daemon is running, to get a list of RPC commands