README build updates

This commit is contained in:
Jason Rhinelander 2022-04-18 20:04:56 -03:00
parent 78fca4ba28
commit 78aa823dc8
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
1 changed files with 13 additions and 3 deletions

View File

@ -9,12 +9,12 @@ The Oxen Wallet is a Fork of the Cake Wallet.
flutter pub get
```
2. Run the build_runner
2. Run the build_runner to create generated dependency files:
```shell script
flutter pub run build_runner build
flutter pub run build_runner build --delete-conflicting-outputs
```
3. To download the latest build of the Oxen Dependencies run
3. To download the latest build of the Oxen Dependencies run:
```
./tool/download-android-deps.sh https://oxen.rocks/oxen-io/oxen-core/oxen-stable-android-deps-LATEST.tar.xz
./tool/download-ios-deps.sh https://oxen.rocks/oxen-io/oxen-core/oxen-stable-ios-deps-LATEST.tar.xz
@ -42,6 +42,16 @@ The Oxen Wallet is a Fork of the Cake Wallet.
flutter run
```
or build APKs with:
```shell script
flutter build apk --split-per-abi
```
or build an .aab (for Google Play Store) with:
```shell script
flutter build appbundle
```
## Copyright
Copyright (c) 2020 Konstantin Ullrich.\
Copyright (c) 2020 Cake Technologies LLC.