mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Redox: A Rust Operating System
available this causes problems in macOS which has an BSD userland. With these changes we will use the GNU `find` and `stat` installed by the now modified boostrap script on https://github.com/redox-os/redox/pull/995. Details - Using `find` from Homebrew/MacPorts `findutils` package on macOS. - Using `stat` from Homebrew/MacPorts `coreutils` package on macOS. |
||
|---|---|---|
| .cargo | ||
| libc-artifacts@c67b055af9 | ||
| pkgutils@6529164900 | ||
| recipes | ||
| .gitignore | ||
| .gitmodules | ||
| .travis.yml | ||
| clean.sh | ||
| config.sh | ||
| cook.sh | ||
| fetch.sh | ||
| LICENSE | ||
| README.md | ||
| repo.sh | ||
| setup.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-elf-redox-gcc