s/litecoin/dogecoin/g, OCD compliance on ===es

This commit is contained in:
Ryan Tucker 2013-12-15 20:45:59 -05:00
parent 5e7d9db9eb
commit fc8df5393d

View file

@ -1,11 +1,11 @@
Litecoin-Qt: Qt4 GUI for Litecoin
================================
Dogecoin-Qt: Qt4 GUI for Dogecoin
=================================
Build instructions
===================
==================
Debian
-------
------
First, make sure that the required packages for Qt4 development of your
distribution are installed, for Debian and Ubuntu these are:
@ -23,14 +23,14 @@ then execute the following:
qmake
make
Alternatively, install `Qt Creator`_ and open the `litecoin-qt.pro` file.
Alternatively, install `Qt Creator`_ and open the `dogecoin-qt.pro` file.
An executable named `litecoin-qt` will be built.
An executable named `dogecoin-qt` will be built.
.. _`Qt Creator`: http://qt.nokia.com/downloads/
Windows
--------
-------
Windows build instructions:
@ -40,7 +40,7 @@ Windows build instructions:
- Copy the contents of the folder "deps" to "X:\\QtSDK\\mingw", replace X:\\ with the location where you installed the Qt SDK. Make sure that the contents of "deps\\include" end up in the current "include" directory.
- Open the bitcoin-qt.pro file in Qt Creator and build as normal (ctrl-B)
- Open the dogecoin-qt.pro file in Qt Creator and build as normal (ctrl-B)
.. _`Qt Windows SDK`: http://qt.nokia.com/downloads/sdk-windows-cpp
.. _`dependencies archive`: https://download.visucore.com/bitcoin/qtgui_deps_1.zip
@ -62,19 +62,19 @@ Mac OS X
sudo port selfupdate
sudo port install boost db48 miniupnpc
- Open the bitcoin-qt.pro file in Qt Creator and build as normal (cmd-B)
- Open the dogecoin-qt.pro file in Qt Creator and build as normal (cmd-B)
.. _`Qt Mac OS X SDK`: http://qt.nokia.com/downloads/sdk-mac-os-cpp
.. _`MacPorts`: http://www.macports.org/install.php
Build configuration options
============================
===========================
UPnP port forwarding
---------------------
--------------------
To use UPnP for port forwarding behind a NAT router (recommended, as more connections overall allow for a faster and more stable litecoin experience), pass the following argument to qmake:
To use UPnP for port forwarding behind a NAT router (recommended, as more connections overall allow for a faster and more stable dogecoin experience), pass the following argument to qmake:
::
@ -96,7 +96,7 @@ Set USE_UPNP to a different value to control this:
+------------+--------------------------------------------------------------------------+
Notification support for recent (k)ubuntu versions
---------------------------------------------------
--------------------------------------------------
To see desktop notifications on (k)ubuntu versions starting from 10.04, enable usage of the
FreeDesktop notification interface through DBUS using the following qmake option:
@ -106,7 +106,7 @@ FreeDesktop notification interface through DBUS using the following qmake option
qmake "USE_DBUS=1"
Generation of QR codes
-----------------------
----------------------
libqrencode may be used to generate QRCode images for payment requests.
It can be downloaded from http://fukuchi.org/works/qrencode/index.html.en, or installed via your package manager. Pass the USE_QRCODE
@ -122,9 +122,9 @@ flag to qmake to control this:
Berkely DB version warning
==========================
A warning for people using the *static binary* version of Litecoin on a Linux/UNIX-ish system (tl;dr: **Berkely DB databases are not forward compatible**).
A warning for people using the *static binary* version of Dogecoin on a Linux/UNIX-ish system (tl;dr: **Berkely DB databases are not forward compatible**).
The static binary version of Litecoin is linked against libdb4.8 (see also `this Debian issue`_).
The static binary version of Dogecoin is linked against libdb4.8 (see also `this Debian issue`_).
Now the nasty thing is that databases from 5.X are not compatible with 4.X.
@ -139,7 +139,7 @@ Ubuntu 11.10 warning
====================
Ubuntu 11.10 has a package called 'qt-at-spi' installed by default. At the time of writing, having that package
installed causes litecoin-qt to crash intermittently. The issue has been reported as `launchpad bug 857790`_, but
installed causes dogecoin-qt to crash intermittently. The issue has been reported as `launchpad bug 857790`_, but
isn't yet fixed.
Until the bug is fixed, you can remove the qt-at-spi package to work around the problem, though this will presumably