mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +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
|
@ -28,6 +28,7 @@ pushd scripts/android
|
||||||
# source ./app_env.sh monero.com # Uncomment this line to build monero.com
|
# source ./app_env.sh monero.com # Uncomment this line to build monero.com
|
||||||
./app_config.sh
|
./app_config.sh
|
||||||
./build_monero_all.sh
|
./build_monero_all.sh
|
||||||
|
./build_decred.sh
|
||||||
./build_mwebd.sh --dont-install
|
./build_mwebd.sh --dont-install
|
||||||
popd
|
popd
|
||||||
pushd android/app
|
pushd android/app
|
||||||
|
|
|
@ -101,6 +101,7 @@ Build the necessary libraries and their dependencies:
|
||||||
```zsh
|
```zsh
|
||||||
./build_monero_all.sh
|
./build_monero_all.sh
|
||||||
./build_mwebd.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!
|
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
|
```zsh
|
||||||
./build_monero_all.sh
|
./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!
|
NOTE: This step will take quite a while, so be sure you grab a cup of coffee or a good book!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue