Skip to content

Commit

Permalink
Build steps fixes in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Feb 25, 2024
1 parent 4271a2b commit 22c78a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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
Expand Down

0 comments on commit 22c78a9

Please sign in to comment.