mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-24 11:15:58 +00:00
reduce Fedora references
This commit is contained in:
parent
b3f12d869a
commit
606c84f1c7
1 changed files with 4 additions and 10 deletions
|
@ -4,8 +4,9 @@ Here you will find instructions on how to install the necessary tools for buildi
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
- The OS'es supported for building is Ubuntu (20.04) and Fedora (37 - Work In Progress)
|
- The only OS supported for building is Ubuntu 20.04. Advanced users may also be able to build on other Debian-based distributions like Fedora 37.
|
||||||
- A machine with at least 100 GB of Storage
|
- Android setup ([Android Studio](https://developer.android.com/studio) and subsequent dependencies)
|
||||||
|
- 100 GB of storage
|
||||||
|
|
||||||
The following prerequisites can be installed with the setup script [`scripts/setup.sh`](./../scripts/setup.sh) or manually as described below:
|
The following prerequisites can be installed with the setup script [`scripts/setup.sh`](./../scripts/setup.sh) or manually as described below:
|
||||||
|
|
||||||
|
@ -19,14 +20,7 @@ The following prerequisites can be installed with the setup script [`scripts/set
|
||||||
|
|
||||||
### Manual setup
|
### Manual setup
|
||||||
|
|
||||||
> If you have installed with script, skip to [running](#running)
|
> If you used the `setup.sh` script, skip to [running](#running)
|
||||||
|
|
||||||
Please go to your Linux distribution's title below for instructions on how to manually setup:
|
|
||||||
|
|
||||||
- [Ubuntu (20.04)](#ubuntu-2004)
|
|
||||||
- [Fedora (37) (Work In Progress)](#fedora-37-work-in-progress)
|
|
||||||
|
|
||||||
#### Ubuntu (20.04)
|
|
||||||
|
|
||||||
Install basic dependencies
|
Install basic dependencies
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue