forked from Nexus/nexus
update build requirements
This commit is contained in:
parent
419d75ca83
commit
f3c31db244
1 changed files with 3 additions and 2 deletions
|
|
@ -127,15 +127,16 @@ If you want to try out Nexus, grab one of the following artifacts from CI:
|
||||||
#### Linux
|
#### Linux
|
||||||
|
|
||||||
- With Nix: Either use direnv and `direnv allow`, or `nix flake develop`
|
- With Nix: Either use direnv and `direnv allow`, or `nix flake develop`
|
||||||
- Without Nix: Install Flutter, Go, Git, Libclang, and Glibc. Do not use any Snap packages, they cause various compilation issues.
|
- Without Nix: Install Flutter, Go, Git, Libclang, Libass, MPV, and Glibc. Do not use any Snap packages, they cause various compilation issues.
|
||||||
|
|
||||||
#### Windows
|
#### Windows
|
||||||
|
|
||||||
You will need:
|
You will need:
|
||||||
|
|
||||||
- Flutter
|
- Flutter
|
||||||
- Android SDK + NDK
|
|
||||||
- Git
|
- Git
|
||||||
|
- Libass
|
||||||
|
- MPV
|
||||||
- Go
|
- Go
|
||||||
- Visual Studio 2022 (Desktop development with C++)
|
- Visual Studio 2022 (Desktop development with C++)
|
||||||
- [MSYS2/MinGW-w64 GCC](https://www.msys2.org/) (for CGO)
|
- [MSYS2/MinGW-w64 GCC](https://www.msys2.org/) (for CGO)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue