mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 11:24:18 +08:00
Redox: A Rust Operating System
|
|
||
|---|---|---|
| .cargo | ||
| docgen@67119659a4 | ||
| pkgutils@64bc27967e | ||
| recipes | ||
| .gitignore | ||
| .gitmodules | ||
| .travis.yml | ||
| clean.sh | ||
| config.sh | ||
| cook.sh | ||
| fetch.sh | ||
| LICENSE | ||
| README.md | ||
| repo.sh | ||
| setup.sh | ||
| status_origin.sh | ||
| status_upstream.sh | ||
| status.sh | ||
| update.sh | ||
| Xargo.toml | ||
cookbook
A collection of package recipes for Redox.
Setup
Ubuntu and other Debian based systems
To install the toolchain, run the following commands:
# Get the Redox OS APT key
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F
# Install the APT repository
sudo add-apt-repository 'deb https://static.redox-os.org/toolchain/apt /'
# Update your package lists
sudo apt update
# Install the cross compiler
sudo apt install x86-64-unknown-redox-gcc