Update prerequisites in readme
This commit is contained in:
parent
e42aaeb30a
commit
60b7f22566
1 changed files with 10 additions and 8 deletions
24
README.md
24
README.md
|
|
@ -127,6 +127,19 @@ A simple and user-friendly Matrix client made with Flutter and a Gomuks backend.
|
|||
|
||||
## Build Instructions
|
||||
|
||||
### Prerequisites
|
||||
|
||||
#### Linux
|
||||
|
||||
- With Nix: Either use direnv and `direnv allow`, or `nix flake develop`
|
||||
- Without Nix: Install Flutter, Go, Git, Libclang, and Glibc.
|
||||
|
||||
#### Windows / MacOS
|
||||
|
||||
I don't really know. You will need Flutter, Git, Go, and Visual Studio tools, and otherwise I guess just keep installing stuff until there aren't any errors. I will look into this sometimeTM.
|
||||
|
||||
### Clone repo
|
||||
|
||||
First, clone and open the repo:
|
||||
|
||||
```sh
|
||||
|
|
@ -134,17 +147,6 @@ git clone --recurse-submodules https://git.federated.nexus/Henry-Hiles/nexus
|
|||
cd nexus
|
||||
```
|
||||
|
||||
### Prerequisites
|
||||
|
||||
#### Linux
|
||||
|
||||
- With Nix: Either use direnv and `direnv allow`, or `nix flake develop`
|
||||
- Without Nix: Install Flutter, Go, Olm, Git, Clang, and GLibc.
|
||||
|
||||
#### Windows / MacOS
|
||||
|
||||
I don't really know. You will need Flutter, Git, Go, and Visual Studio tools, and otherwise I guess just keep installing stuff until there aren't any errors. I will look into this sometimeTM.
|
||||
|
||||
### Set up Flutter
|
||||
|
||||
Get dependencies:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue