mirror of
https://github.com/ivabus/docs
synced 2024-11-22 08:05:07 +03:00
Add requirements
This commit is contained in:
parent
1d4abb6753
commit
cc909cf41c
1 changed files with 13 additions and 1 deletions
|
@ -49,7 +49,19 @@ See [The `tea` One-Liner](/docs/using-tea/the-tea-one-liner.md) for more details
|
||||||
{% endhint %}
|
{% endhint %}
|
||||||
|
|
||||||
|
|
||||||
## Linux Caveats
|
## Requirements
|
||||||
|
|
||||||
|
Both aarch64 (arm64) and x86-64 for these platforms:
|
||||||
|
|
||||||
|
* macOS >= 11
|
||||||
|
* Linux glibc >=23
|
||||||
|
* WSL >=2
|
||||||
|
|
||||||
|
We want to support Windows native and after that every platform; yes even
|
||||||
|
your NAS and IoT devices. We’re going to get the above sorted first though.
|
||||||
|
|
||||||
|
|
||||||
|
### Linux Caveats
|
||||||
|
|
||||||
On Linux you may need some pre-requisite packages from your system packager.
|
On Linux you may need some pre-requisite packages from your system packager.
|
||||||
This is a temporary situation that we are fixing.
|
This is a temporary situation that we are fixing.
|
||||||
|
|
Loading…
Reference in a new issue