mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 02:24:30 +00:00
mention prebuild.sh for apple, too
This commit is contained in:
parent
35019bdab3
commit
4cefed89d2
1 changed files with 11 additions and 1 deletions
|
@ -106,7 +106,6 @@ To build coinlib on Linux, you will need `docker` (see [installation instruction
|
|||
|
||||
For Windows targets, you can use a `secp256k1.dll` produced by any of the three bottom<!--^H^H^H^H^H^Hmiddle--> options if the first attempt doesn't succeed!
|
||||
|
||||
|
||||
### Run prebuild script
|
||||
|
||||
Certain test wallet parameter and API key template files must be created in order to run Stack Wallet. These can be created by script as in
|
||||
|
@ -218,6 +217,17 @@ cd scripts/macos
|
|||
./build_all.sh
|
||||
```
|
||||
|
||||
### Run prebuild script
|
||||
|
||||
Certain test wallet parameter and API key template files must be created in order to run Stack Wallet. These can be created by script as in
|
||||
```
|
||||
cd scripts
|
||||
./prebuild.sh
|
||||
// when finished go back to the root directory
|
||||
cd ..
|
||||
```
|
||||
or manually by creating the files referenced in that script with the specified content.
|
||||
|
||||
### Running
|
||||
#### iOS
|
||||
Plug in your iOS device or use an emulato and then run the following commands:
|
||||
|
|
Loading…
Reference in a new issue