mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
update docs to make it more clear that you have to run prebuild.sh
fix markdown
This commit is contained in:
parent
86630f2e85
commit
b713108679
1 changed files with 5 additions and 4 deletions
|
@ -31,7 +31,7 @@ Make a Pixel 4 (API 30) x86_64 emulator with 2GB of storage space for emulation
|
|||
|
||||
### Scripted setup
|
||||
|
||||
[`scripts/setup.sh`](./../scripts/setup.sh) is provided as a tool to set up installation for building: download the script and run it anywhere. This script should skip the entire [Manual setup](#manual-setup) section below and prepare you for [running](#Running).
|
||||
[`scripts/setup.sh`](./../scripts/setup.sh) is provided as a tool to set up installation for building: download the script and run it anywhere. This script should skip the entire [Manual setup](#manual-setup) section below and prepare you to [run the prebuild script](#run-prebuild-script), [build the plugins](#Build-plugins), and [run](#Running).
|
||||
|
||||
### Manual setup
|
||||
> If you used the `setup.sh` script, skip to [running](#Running)
|
||||
|
@ -98,20 +98,21 @@ cd ..
|
|||
```
|
||||
or manually by creating the files referenced in that script with the specified content.
|
||||
|
||||
### Building plugins for Android
|
||||
### Build plugins
|
||||
#### Building plugins for Android
|
||||
> Warning: This will take a long time, please be patient
|
||||
```
|
||||
cd scripts/android
|
||||
./build_all.sh
|
||||
```
|
||||
|
||||
### Building plugins for Linux
|
||||
#### Building plugins for Linux
|
||||
```
|
||||
cd scripts/linux
|
||||
./build_all.sh
|
||||
```
|
||||
|
||||
### Building plugins for Windows
|
||||
#### Building plugins for Windows
|
||||
```
|
||||
cd scripts/windows
|
||||
./deps.sh
|
||||
|
|
Loading…
Reference in a new issue