aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorTomo Ueda <[email protected]>2021-09-02 12:25:40 -0700
committerTomo Ueda <[email protected]>2021-09-02 12:25:40 -0700
commit9c9d5f6dcd06b0ad389fcd938577d793cfbfdb21 (patch)
tree21f6e26bdc4ecf023901e3cf888ab054d872146c /INSTALL.md
parenthouse keeping (diff)
downloaddiscoin-9c9d5f6dcd06b0ad389fcd938577d793cfbfdb21.tar.xz
discoin-9c9d5f6dcd06b0ad389fcd938577d793cfbfdb21.zip
s/Doge/Dis/g
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 5d15c8d68..4790f3def 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,8 +1,8 @@
-# Installing Dogecoin Core
+# Installing Discoin Core
### Pre-compiled binaries
-The easiest way to install the latest version of the Dogecoin Core software is
+The easiest way to install the latest version of the Discoin Core software is
by to download the latest precompiled binaries for your platform from the
[release page](https://github.com/discoin/discoin/releases). Currently,
binaries are released for the following platforms:
@@ -19,22 +19,22 @@ regarding that process.
### Compiling using packaged dependencies
-It is possible to build your own copy of Dogecoin Core with the exact, tested,
+It is possible to build your own copy of Discoin Core with the exact, tested,
dependencies, as used for the binary releases, by using the
[depends system](depends/description.md). Please refer to the
-[depends README](depends/README.md) for instructions to build Dogecoin using
+[depends README](depends/README.md) for instructions to build Discoin using
these dependencies.
### Compiling using system-provided libraries
- The following are developer notes on how to build Dogecoin on your native
+ The following are developer notes on how to build Discoin on your native
platform, using the dependencies as provided by your system's package manager.
They are not complete guides, but include notes on the necessary libraries,
compile flags, etc.
- [Unix Build Notes](doc/build-unix.md)
- [Windows Build Notes](doc/build-windows.md)
- - [macOS Build Notes](doc/Building-Dogecoin-1.14-for-Mac.md)
+ - [macOS Build Notes](doc/Building-Discoin-1.14-for-Mac.md)
### Testing
@@ -74,7 +74,7 @@ that run in `-regtest` mode.
**DEBUG_LOCKORDER**
-Dogecoin Core is a multithreaded application, and deadlocks or other multithreading bugs
+Discoin Core is a multithreaded application, and deadlocks or other multithreading bugs
can be very difficult to track down. Compiling with `-DDEBUG_LOCKORDER` (`configure
CXXFLAGS="-DDEBUG_LOCKORDER -g"`) inserts run-time checks to keep track of which locks
are held, and adds warnings to the debug.log file if inconsistencies are detected.