mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-15 17:54:39 +02:00
* other: master -> main I'm so used to using `main` branch now that it's actually kinda annoying to use `master` for just this repo... so might as well rename it now. * overzealous change * wording * some wording * allow auto-cancel for tests if not main
17 lines
942 B
Markdown
17 lines
942 B
Markdown
# Unofficial support
|
|
|
|
Systems and architectures that aren't officially supported may still work, but there are no guarantees on how much will
|
|
work. For example, it might only compile, or it might run with bugs/broken features. Furthermore, while it will depend
|
|
on the problem at the end of the day, _issues on unsupported platforms are likely to go unfixed_.
|
|
|
|
Unofficially supported platforms known to compile/work:
|
|
|
|
- FreeBSD
|
|
- Linux on ARMv7 and ARMv6 (tested to compile in [CI](https://github.com/ClementTsang/bottom/blob/main/.github/workflows/ci.yml))
|
|
- Linux on PowerPC 64 LE (tested to compile in [CI](https://github.com/ClementTsang/bottom/blob/main/.github/workflows/ci.yml))
|
|
- Linux on an RISC-V (tested to compile in [CI](https://github.com/ClementTsang/bottom/blob/main/.github/workflows/ci.yml), tested to run on an [Allwinner D1 Nezha](https://github.com/ClementTsang/bottom/issues/564))
|
|
|
|
## Known problems
|
|
|
|
None at the moment.
|