diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:55:18 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:55:18 -0700 |
| commit | e64843ced509c24f783276d4cc0f2f26c9d527f2 (patch) | |
| tree | 7956d4ea416c5b3a531dbc6f356e1c9a643d9690 /doc/build-openbsd.md | |
| parent | really s/doge/dis/g this time (diff) | |
| download | discoin-e64843ced509c24f783276d4cc0f2f26c9d527f2.tar.xz discoin-e64843ced509c24f783276d4cc0f2f26c9d527f2.zip | |
really s/Doge/Dis/g this time
Diffstat (limited to 'doc/build-openbsd.md')
| -rw-r--r-- | doc/build-openbsd.md | 6 |
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. |