Skip to content

Commit

Permalink
docs: add instructions for Debian 12 to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo committed Sep 1, 2024
1 parent f72e9fb commit d6c3f03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,20 @@ An operating system written in Swift.
- Arch Linux: `sudo pacman -S make`
- Fedora 40: `sudo dnf install make`
- Ubuntu 22.04: `sudo apt install make`
- Debian 12: `sudo apt install make`
- macOS 14: bulit-in (`/usr/bin/make`)
- llvm-objcopy
- Arch Linux: `sudo pacman -S llvm`
- Fedora 40: `sudo dnf install llvm`
- Ubuntu 22.04: `sudo apt install llvm`
- Debian 12: `sudo apt install llvm`
- macOS 14: `brew install llvm` and add `/opt/homebrew/opt/llvm/bin` to your `$PATH`
- QEMU 9.0 or later
- Arch Linux: `sudo pacman -S qemu-system-aarch64`
- Fedora Rawhide: `sudo dnf install qemu-system-aarch64-core`
- Fedora 40: Build from [source](https://www.qemu.org/download/#source)
- Ubuntu 22.04: ~~`sudo apt install qemu-system-arm`~~ Build from [source](https://www.qemu.org/download/#source)
- Debian 12: Build from [source](https://www.qemu.org/download/#source)
- macOS 14: `brew install qemu`
- Swift (main snapshot)
- On Linux, you can easily install the toolchain using [swiftly](https://swift-server.github.io/swiftly/).
Expand Down

0 comments on commit d6c3f03

Please sign in to comment.