mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-30 11:09:00 +00:00
add decred to docs (#2105)
This commit is contained in:
parent
686580ff78
commit
a085eff984
3 changed files with 3 additions and 0 deletions
docs/builds
|
@ -28,6 +28,7 @@ pushd scripts/android
|
|||
# source ./app_env.sh monero.com # Uncomment this line to build monero.com
|
||||
./app_config.sh
|
||||
./build_monero_all.sh
|
||||
./build_decred.sh
|
||||
./build_mwebd.sh --dont-install
|
||||
popd
|
||||
pushd android/app
|
||||
|
|
|
@ -101,6 +101,7 @@ Build the necessary libraries and their dependencies:
|
|||
```zsh
|
||||
./build_monero_all.sh
|
||||
./build_mwebd.sh
|
||||
./build_decred.sh
|
||||
```
|
||||
|
||||
NOTE: This step will take quite a while, so be sure you grab a cup of coffee or a good book!
|
||||
|
|
|
@ -93,6 +93,7 @@ Build the necessary libraries and their dependencies:
|
|||
|
||||
```zsh
|
||||
./build_monero_all.sh
|
||||
./build_decred.sh
|
||||
```
|
||||
|
||||
NOTE: This step will take quite a while, so be sure you grab a cup of coffee or a good book!
|
||||
|
|
Loading…
Reference in a new issue