Made the Instructions simpler

This commit is contained in:
Konstantin Ullrich 2021-02-17 19:18:06 +01:00
parent 2e07022a9a
commit 64f8dfcb19
2 changed files with 12 additions and 7 deletions

View File

@ -12,8 +12,10 @@ How to deploy the Oxen Wallet.
```
3. Add the Oxen static libs
* The Oxen Android deps should be placed into `oxen_coin/ios/External/android`
* The Oxen iOS deps should be placed into `oxen_coin/ios/External/ios`
```
./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
```
4. Generate Launcher Icons
```
@ -36,4 +38,4 @@ How to deploy the Oxen Wallet.
7. Build the App
For that I recommend you follow Google's Guides
* [Android](https://flutter.dev/docs/deployment/android)
* [iOS](https://flutter.dev/docs/deployment/ios)
* [iOS](https://flutter.dev/docs/deployment/ios)

View File

@ -14,10 +14,13 @@ The Oxen Wallet is a Fork of the Cake Wallet.
flutter pub run build_runner build
```
3. Build the Oxen Static Libs and paste them into `oxen_coin/ios/External/android/oxen`\
`wallet2_api.h` in the folder `/include`\
`libwallet_api.a` into their abi folder in `/lib`. For example: `/lib/arm64-v8a`\
For iOS: extract to `oxen_coin/ios/External/ios/oxen` (and do not use an abi folder).
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
```
Or build the Oxen Dependencies and copy the Android deps into `oxen_coin/ios/External/android/oxen`
and the ios into `oxen_coin/ios/External/ios/oxen`
4. Generate Launcher Icons
```shell script