Skip to content

Commit a39f08c

Browse files
committed
docs: add runal supported platforms
1 parent 5d990fd commit a39f08c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

content/runal.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ It works similarly as [processing](https://processing.org/) or [p5js](https://p5
3838
3939
**Runal** runtime is available for **Linux**, **macOS** and **Windows**.
4040

41+
Prebuilt binaries are provided for the following platforms:
42+
43+
| OS | Architectures |
44+
| ------- | ------------------------------------------ |
45+
| Linux | x86-64 (amd64), arm64, armv7, armv6 |
46+
| macOS | Intel (amd64), Apple Silicon (arm64) |
47+
| Windows | x86-64 (amd64) |
48+
49+
> _The Linux arm builds cover the Raspberry Pi: use **arm64** for the 64-bit Raspberry Pi OS, and **armv7** / **armv6** for the 32-bit Raspberry Pi OS (armv6 targets the Pi 1 / Zero). The quick-install script picks the right one automatically._
50+
4151
### Quick-install
4252

4353
On **linux** or **macOS**, you can run this quick-install bash script:

0 commit comments

Comments
 (0)