Replace Bitcoin to Novacoin
[novacoin.git] / doc / build-osx.txt
index 2ae7706..e58efbf 100644 (file)
@@ -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 <solar@heliacal.net>
 Douglas Huff <dhuff@jrbobdobbs.org>
 
 
-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