From 4cefed89d28f4049cbfae522a926ea098cb0b54d Mon Sep 17 00:00:00 2001 From: sneurlax Date: Wed, 3 Apr 2024 12:17:17 -0500 Subject: [PATCH] mention prebuild.sh for apple, too --- docs/building.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index 2caed60d3..b3effad4c 100644 --- a/docs/building.md +++ b/docs/building.md @@ -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 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: