diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
| commit | f5c716526aaafb318a98e974c8b2fbe02870646b (patch) | |
| tree | e14145656fcff86ec2c7a1ecf4ad28e0b40f36aa /doc/Building-Dogecoin-1.14-for-Mac.md | |
| parent | s/DOGE/DIS/g (diff) | |
| download | discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.tar.xz discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.zip | |
really s/doge/dis/g this time
Diffstat (limited to 'doc/Building-Dogecoin-1.14-for-Mac.md')
| -rw-r--r-- | doc/Building-Dogecoin-1.14-for-Mac.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/Building-Dogecoin-1.14-for-Mac.md b/doc/Building-Dogecoin-1.14-for-Mac.md index 22e2b0fe9..8fcb1d28a 100644 --- a/doc/Building-Dogecoin-1.14-for-Mac.md +++ b/doc/Building-Dogecoin-1.14-for-Mac.md @@ -1,4 +1,4 @@ -### Building dogecoin-qt 1.14 on modern macs. ###
+### Building discoin-qt 1.14 on modern macs. ###
Note that this requires changes made by michilumin on the 1.14-dev branch as well as some changes to BDB.
@@ -6,11 +6,11 @@ Tested on OSX 10.11 El Capitan, 10.13 High Sierra and 11.1 Big Sur. **Paper wallet printing support seems to work fine through this method as well.**
-### Clone dogecoin locally, or check it out, etc. ###
+### Clone discoin locally, or check it out, etc. ###
For this purpose, just indicating the 1.14-branding branch in my repo.
- $git clone -b 1.14-branding --single-branch https://github.com/michilumin/dogecoin.git
+ $git clone -b 1.14-branding --single-branch https://github.com/michilumin/discoin.git
### Set up OSX basic build dependencies. ##
@@ -52,16 +52,16 @@ Patch bdb 5.1.29 from our patchfiles $cd src
$cd dbinc
- $patch -b atomic.h ~/dogecoin/depends/patches/bdb-5.1.29-clang-osx/atomic.h.patch
+ $patch -b atomic.h ~/discoin/depends/patches/bdb-5.1.29-clang-osx/atomic.h.patch
$cd ..
$cd mp
- $patch -b mp_fget.c ~/dogecoin/depends/patches/bdb-5.1.29-clang-osx/mp_fget.c.patch
- $patch -b mp_mvcc.c ~/dogecoin/depends/patches/bdb-5.1.29-clang-osx/mp_mvcc.c.patch
- $patch -b mp_region.c ~/dogecoin/depends/patches/bdb-5.1.29-clang-osx/mp_region.c.patch
+ $patch -b mp_fget.c ~/discoin/depends/patches/bdb-5.1.29-clang-osx/mp_fget.c.patch
+ $patch -b mp_mvcc.c ~/discoin/depends/patches/bdb-5.1.29-clang-osx/mp_mvcc.c.patch
+ $patch -b mp_region.c ~/discoin/depends/patches/bdb-5.1.29-clang-osx/mp_region.c.patch
$cd ..
$cd mutex
- $patch -b mut_method.c ~/dogecoin/depends/patches/bdb-5.1.29-clang-osx/mut_method.c.patch
- $patch -b mut_tas.c ~/dogecoin/depends/patches/bdb-5.1.29-clang-osx/mut_tas.c.patch
+ $patch -b mut_method.c ~/discoin/depends/patches/bdb-5.1.29-clang-osx/mut_method.c.patch
+ $patch -b mut_tas.c ~/discoin/depends/patches/bdb-5.1.29-clang-osx/mut_tas.c.patch
Build BDB 5.1.29
@@ -93,7 +93,7 @@ Build BDB 5.1.29 ### Go back to your Dogecoin repo ###
- $cd ~/dogecoin
+ $cd ~/discoin
$./autogen.sh
$./configure --with-gui=qt5 --with-qrcode=yes
$make
@@ -106,7 +106,7 @@ Go have another beverage. Run it.
- $/usr/local/bin/dogecoin-qt
+ $/usr/local/bin/discoin-qt
|