add decred to docs ()

This commit is contained in:
cyan 2025-03-21 19:04:50 +01:00 committed by GitHub
parent 686580ff78
commit a085eff984
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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!

View file

@ -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!