From 22c78a98a17c594e20b952703df30723485b89c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20Sj=C3=B6berg?= Date: Sun, 25 Feb 2024 20:59:59 +0400 Subject: [PATCH] Build steps fixes in README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5c9552a8..53a42fa4a 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,7 @@ It's useful if you want to make design and GUI changes. - Install [Node](https://nodejs.org), [Yarn](https://yarnpkg.com/getting-started/install) and [Android Studio + Android SDK (including NDK)](https://developer.android.com/studio/) - If needed, install an emulated android device inside Android Studio -- Download lnd binary from [from the latest Blixt Wallet release](https://github.com/hsjoberg/blixt-wallet/releases) and put it in `android/lndmobile`. Alternatively build lnd for Android by following the steps in [Build Lnd For mobile](https://github.com/lightningnetwork/lnd/tree/master/mobile) -- Get the tor sub-module: `git submodule update --init` +- Download lnd binary from [from the latest Blixt Wallet release](https://github.com/hsjoberg/blixt-wallet/releases) and put it in `android/app/lndmobile`. Alternatively build lnd for Android by following the steps in [Build Lnd For mobile](https://github.com/lightningnetwork/lnd/tree/master/mobile) - Install Node packages: `yarn` - Generate proto files: `yarn gen-proto` @@ -85,7 +84,7 @@ To build the iOS version, a computer running macOS is required. You also need an - Generate proto files: `yarn gen-proto` - Install CocoaPods libs: `cd ios && pod install` - Setup team signing: - - Open ios/BlixtWallet/BlixtWallet.xcworkspace with Xcode + - Open `ios/BlixtWallet/BlixtWallet.xcworkspace` with Xcode - Login with your Apple Developer account if Xcode asks you to - Click on BlixtWallet in the left column - Click on the Signing & Capabilities tab