aboutsummaryrefslogtreecommitdiff
path: root/doc/build-openbsd.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build-openbsd.md')
-rw-r--r--doc/build-openbsd.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build-openbsd.md b/doc/build-openbsd.md
index 6a3b48ba1..3e61cd2e8 100644
--- a/doc/build-openbsd.md
+++ b/doc/build-openbsd.md
@@ -21,7 +21,7 @@ pkg_add automake # (select highest version, e.g. 1.15)
pkg_add python # (select highest version, e.g. 3.5)
```
-The default C++ compiler that comes with OpenBSD 5.9 is g++ 4.2. This version is old (from 2007), and is not able to compile the current version of Dogecoin Core, primarily as it has no C++11 support, but even before there were issues. So here we will be installing a newer compiler.
+The default C++ compiler that comes with OpenBSD 5.9 is g++ 4.2. This version is old (from 2007), and is not able to compile the current version of Discoin Core, primarily as it has no C++11 support, but even before there were issues. So here we will be installing a newer compiler.
GCC
-------
@@ -42,7 +42,7 @@ Do not use `pkg_add boost`! The boost version installed thus is compiled using t
...
Segmentation fault (core dumped)
-This makes it necessary to build boost, or at least the parts used by Dogecoin Core, manually:
+This makes it necessary to build boost, or at least the parts used by Discoin Core, manually:
```
# Pick some path to install boost to, here we create a directory within the discoin directory
@@ -111,7 +111,7 @@ The change will only affect the current shell and processes spawned by it. To
make the change system-wide, change `datasize-cur` and `datasize-max` in
`/etc/login.conf`, and reboot.
-### Building Dogecoin Core
+### Building Discoin Core
**Important**: use `gmake`, not `make`. The non-GNU `make` will exit with a horrible error.