mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
update readme
This commit is contained in:
parent
1b24474ef8
commit
1da49a014d
1 changed files with 7 additions and 8 deletions
15
README.md
15
README.md
|
@ -11,7 +11,7 @@ put features here
|
||||||
## Build and run
|
## Build and run
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
- Flutter 3.0.5
|
- Flutter 3.0.5
|
||||||
- Flutter SDK Requirement (>=2.12.0, up until <3.0.0)
|
- Dart SDK Requirement (>=2.17.0, up until <3.0.0)
|
||||||
- Android/iOS dev setup (Android Studio, xCode and subsequent dependencies)
|
- Android/iOS dev setup (Android Studio, xCode and subsequent dependencies)
|
||||||
|
|
||||||
After that download the project and init the submodules
|
After that download the project and init the submodules
|
||||||
|
@ -23,29 +23,28 @@ git submodule update --init --recursive
|
||||||
|
|
||||||
Building plugins for Android
|
Building plugins for Android
|
||||||
```
|
```
|
||||||
cd crypto_plugins/flutter_liblelantus/scripts/android/
|
cd scripts/android/
|
||||||
// note if you are on a mac go one directory further to android_on_mac
|
|
||||||
./build_all.sh
|
./build_all.sh
|
||||||
// when finished go back to the root directory
|
// when finished go back to the root directory
|
||||||
cd ../../../..
|
cd ../..
|
||||||
```
|
```
|
||||||
|
|
||||||
Building plugins for IOS
|
Building plugins for IOS
|
||||||
|
|
||||||
```
|
```
|
||||||
cd crypto_plugins/flutter_liblelantus/scripts/ios/
|
cd scripts/ios/
|
||||||
./build_all.sh
|
./build_all.sh
|
||||||
// when finished go back to the root directory
|
// when finished go back to the root directory
|
||||||
cd ../../../..
|
cd ../..
|
||||||
```
|
```
|
||||||
|
|
||||||
Building plugins for testing on Linux
|
Building plugins for testing on Linux
|
||||||
|
|
||||||
```
|
```
|
||||||
cd crypto_plugins/flutter_liblelantus/scripts/linux/
|
cd scripts/linux/
|
||||||
./build_all.sh
|
./build_all.sh
|
||||||
// when finished go back to the root directory
|
// when finished go back to the root directory
|
||||||
cd ../../../..
|
cd ../..
|
||||||
```
|
```
|
||||||
|
|
||||||
Finally, plug in your android device or use the emulator available via Android Studio and then run the following commands:
|
Finally, plug in your android device or use the emulator available via Android Studio and then run the following commands:
|
||||||
|
|
Loading…
Reference in a new issue